-
Notifications
You must be signed in to change notification settings - Fork 168
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
DialogShortcutIT::shortcutAddedWithPreventDefault_inputFocused_enteringOtherKeysToInputWorks is flaky #10491
Labels
Comments
pleku
pushed a commit
that referenced
this issue
Mar 30, 2021
vaadin-bot
pushed a commit
that referenced
this issue
Mar 30, 2021
mshabarov
added a commit
that referenced
this issue
Mar 30, 2021
Temporary solution for #10481 #10487 #10491 Co-authored-by: Mikhail Shabarov <[email protected]>
mcollovati
added a commit
that referenced
this issue
Jan 25, 2022
…rom list Sometimes findElements(By.tagNvame("div")) seems to return results before server roundtrips are completed, so list of elements is missing elements. Performing a direct searching for child element by xpath (findElement(By.xpath("div[N]")))) seem always to work. To be noted that xpath position is 1 based Fixes #10481, #10487, #10491
9 tasks
mcollovati
added a commit
that referenced
this issue
Jan 26, 2022
…rom list Sometimes findElements(By.tagNvame("div")) seems to return results before server roundtrips are completed, so list of elements is missing elements. Performing a direct searching for child element by xpath (findElement(By.xpath("div[N]")))) seem always to work. To be noted that xpath position is 1 based Fixes #10481, #10487, #10491
joheriks
pushed a commit
that referenced
this issue
Jan 26, 2022
…ing assertions (#12830) Sometimes findElements(By.tagNvame("div")) seems to return results before server roundtrips are completed, so list of elements is missing elements. Performing a direct searching for child element by xpath (findElement(By.xpath("div[N]")))) seem always to work. To be noted that xpath position is 1 based Fixes #10481, #10487, #10491
vaadin-bot
pushed a commit
that referenced
this issue
Jan 26, 2022
…ing assertions (#12830) Sometimes findElements(By.tagNvame("div")) seems to return results before server roundtrips are completed, so list of elements is missing elements. Performing a direct searching for child element by xpath (findElement(By.xpath("div[N]")))) seem always to work. To be noted that xpath position is 1 based Fixes #10481, #10487, #10491
vaadin-bot
pushed a commit
that referenced
this issue
Jan 26, 2022
…ing assertions (#12830) Sometimes findElements(By.tagNvame("div")) seems to return results before server roundtrips are completed, so list of elements is missing elements. Performing a direct searching for child element by xpath (findElement(By.xpath("div[N]")))) seem always to work. To be noted that xpath position is 1 based Fixes #10481, #10487, #10491
joheriks
pushed a commit
that referenced
this issue
Jan 26, 2022
…ing assertions (#12830) Sometimes findElements(By.tagNvame("div")) seems to return results before server roundtrips are completed, so list of elements is missing elements. Performing a direct searching for child element by xpath (findElement(By.xpath("div[N]")))) seem always to work. To be noted that xpath position is 1 based Fixes #10481, #10487, #10491
joheriks
pushed a commit
that referenced
this issue
Jan 26, 2022
…ing assertions (#12830) Sometimes findElements(By.tagNvame("div")) seems to return results before server roundtrips are completed, so list of elements is missing elements. Performing a direct searching for child element by xpath (findElement(By.xpath("div[N]")))) seem always to work. To be noted that xpath position is 1 based Fixes #10481, #10487, #10491
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bender.vaadin.com/viewLog.html?buildId=221518&buildTypeId=Flow_Flow60_Flow60Snapshot
The text was updated successfully, but these errors were encountered: