Skip to content

Commit ff3aacf

Browse files
committed
test change
1 parent 6bcd022 commit ff3aacf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/org/labkey/test/tests/targetedms/TargetedMSQCTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,10 +1028,10 @@ public void testShareableAnnotations()
10281028
assertTrue("Shareable annotation from Folder A should appear in Folder B QC plots", shareableAnnotationFoundInB);
10291029

10301030
stopImpersonating();
1031-
impersonate(testUserNoAccess);
10321031

10331032
// Case 2: In Folder C, user does NOT have access to Folder A, so they SHOULD NOT see the shareable annotation
10341033
clickFolder(folderC);
1034+
impersonate(testUserNoAccess);
10351035
clickTab("Panorama Dashboard");
10361036
qcDashboard = new PanoramaDashboard(this);
10371037
qcPlotsWebPart = qcDashboard.getQcPlotsWebPart();

0 commit comments

Comments
 (0)