Skip to content

Commit

Permalink
Update LoginScreenIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Jan 14, 2025
1 parent 280593e commit 1b7727b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public void loginAsAdmin_hasAdminViewLink() {

@Test
public void loginAsUser_noAdminViewLink() {
waitUntil(driver->$(LoginFormElement.class).exists());
// when authenticating as a regular user
$(LoginFormElement.class).first().login("user", "user");

Expand Down

0 comments on commit 1b7727b

Please sign in to comment.