We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bae6c5 commit 9cfd969Copy full SHA for 9cfd969
1 file changed
LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java
@@ -1891,7 +1891,7 @@ protected void testButtonPermissions() throws Exception
1891
dr.clickHeaderButton("More Actions");
1892
assertElementPresent(Locator.tagWithText("a", "Bulk Edit"));
1893
1894
- impersonateRole("Reader");
+ impersonateRole("Editor");
1895
refresh();
1896
1897
dr = new DataRegionTable("query", this);
0 commit comments