Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void appWorks() throws Exception {
private <T extends TestBenchElement> void checkElement(TestComponent testComponent) {
// Make sure that we close any modal dialog before each iteration
$("body").first().click();
waitUntil(driver->!$("vaadin-dialog-overlay").exists(), 30);

String tag = testComponent.localName != null ? testComponent.localName : testComponent.tag;
String className = testComponent.component != null ? testComponent.component.getName() : null;
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
"pro": true
},
"vaadin-testbench": {
"javaVersion": "9.5.3",
"javaVersion": "9.5-SNAPSHOT",
"pro": true
}
}
Expand Down
Loading