Skip to content

Commit af0ded1

Browse files
committed
Wait for SND permissions to propagate (for real)
1 parent f843046 commit af0ded1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

snd/test/src/org/labkey/test/tests/snd/SNDTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,9 +2178,9 @@ public void categoryPermissionsUI() throws Exception
21782178

21792179
for (Integer r : categoryRows.values())
21802180
{
2181-
String value = getPermissionTableValue(r, 1);
21822181
// Wait for setting to propagate
2183-
Awaitility.await().atMost(Duration.ofSeconds(1)).untilAsserted(() -> assertEquals("SND Reader", value));
2182+
Awaitility.await().atMost(Duration.ofSeconds(1)).untilAsserted(() ->
2183+
assertEquals("SND Reader", getPermissionTableValue(r, 1)));
21842184
}
21852185

21862186
findButton("Clear All").click();

0 commit comments

Comments
 (0)