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