Skip to content

Commit 9cfd969

Browse files
committed
Test fix
1 parent 3bae6c5 commit 9cfd969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ protected void testButtonPermissions() throws Exception
18911891
dr.clickHeaderButton("More Actions");
18921892
assertElementPresent(Locator.tagWithText("a", "Bulk Edit"));
18931893

1894-
impersonateRole("Reader");
1894+
impersonateRole("Editor");
18951895
refresh();
18961896

18971897
dr = new DataRegionTable("query", this);

0 commit comments

Comments
 (0)