Skip to content
Merged
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 @@ -509,7 +509,7 @@ public void testAdminPage() throws IOException, CommandException
goToPurchaseAdminPage();
checker().verifyTrue(REQUESTER_USER_1 + "user should not permission for admin page",
isElementPresent(Locator.tagWithClass("div", "labkey-error-subheading")
.withText("You do not have the permissions required to access this page.")));
.withText("User does not have permission to perform this operation.")));
goBack();

log("Creating request as " + REQUESTER_USER_1);
Expand Down Expand Up @@ -660,7 +660,7 @@ public void testReceiverActions()
goToPurchaseAdminPage();
checker().verifyTrue("Receiver should not have permission to access admin page",
isElementPresent(Locator.tagWithClass("div", "labkey-error-subheading")
.withText("You do not have the permissions required to access this page.")));
.withText("User does not have permission to perform this operation.")));
goToReceiverPage();
waitAndClickAndWait(Locator.linkWithText(requestId2));
requestPage = new CreateRequestPage(getDriver());
Expand Down