Skip to content

Commit

Permalink
add wait until to hilla test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Dec 4, 2024
1 parent 198ee0a commit 3aad4b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void flowViewInHillaLayout() {
// navigate away from Flow view
getMenuElement("React Components").get().click();

Assert.assertTrue("React components view should be shown",
waitUntil(driver ->
$(ButtonElement.class).id("open-overlay").isDisplayed());
}

Expand Down

0 comments on commit 3aad4b8

Please sign in to comment.