Skip to content

Commit

Permalink
add a wait for crudview test (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Jan 14, 2025
1 parent cac663b commit 7ab126e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class SampleCrudViewIT extends AbstractViewTest {
@Test
public void userSelectsProduct_cannotEditProductInformation() {

waitUntil(driver->$(LoginFormElement.class).exists());
// given authenticated as a regular user
$(LoginFormElement.class).first().login("user", "user");

Expand Down

0 comments on commit 7ab126e

Please sign in to comment.