@Test
    public void isEnabled() {
        FluentListConditions matcher = wait.until(fluentWebElements);
        assertThatThrownBy(matcher::enabled).isExactlyInstanceOf(TimeoutException.class);