@Test
    public void containsText() {
        FluentListConditions matcher = wait.untilEach(fluentWebElements);
        assertThatThrownBy(() -> matcher.text().contains("ex")).isExactlyInstanceOf(TimeoutException.class);