Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for expected size of components list is not working correctly #969

Open
gszczutkowski opened this issue Oct 28, 2019 · 0 comments
Open
Labels
Milestone

Comments

@gszczutkowski
Copy link
Contributor

Long story short. When I am waiting for updating list of FluentWebElements (number of rows) to only one with use of:

await().until($(ROW_CSS_SELECTOR)).size(1);

then everything works fine.
When I am waiting for updating the list of components:

await().until($(ROW_CSS_SELECTOR).as(RowComponent.class)).size(1);

then I am getting TimeoutException.

I am using Fluentlenium 4.3.0

@filipcynarski filipcynarski added this to the 6.1.0 milestone Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants