-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: DialogShortcutIT Wait for child element presence before perform…
…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
- Loading branch information
1 parent
70eade8
commit a67fe8e
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
...ts/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/ComplexDialogShortcutIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters