Skip to content

Commit

Permalink
Fix UserTest (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Nov 8, 2024
1 parent b35fe28 commit 70181d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/org/labkey/test/tests/UserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public class UserTest extends BaseWebDriverTest
private static final String SELF_SERVICE_EMAIL_USER_CHANGED = "newaddress@user.test";

protected final UIUserHelper _userHelper = new UIUserHelper(this);
private int _normalUserId;

private static int _normalUserId;

@Nullable
@Override
Expand Down Expand Up @@ -251,7 +252,7 @@ public void testSelfServiceEmailSupport()

log("Validate that trying to use the link from the email message again will result in an error.");
goToURL(resetUrl, 30000);
assertTextPresent("This email address has already been verified.");
assertTextPresent("Verification failed.");
goToHome();

log("If you got here there were no errors using the new email account.");
Expand Down

0 comments on commit 70181d4

Please sign in to comment.