Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.
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
6 changes: 3 additions & 3 deletions test/src/org/labkey/test/tests/snd/SNDTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ private void populateQCStates()

click(Locator.linkContainingText("Populate QC States"));
waitForText("QC states inserted");

sleep(3000);
Locator closeButton = Locator.tagWithClass("button", "close")
.withAttribute("data-dismiss", "modal");
waitAndClick(closeButton);
Expand Down Expand Up @@ -1733,7 +1733,7 @@ public void testProjectApis() throws Exception
runScript(editProjectApi(TEST_PROJECT_ID + 1, 0, "projectItems", null));

// Expected QUS delete row errors
checkExpectedErrors(4);
checkExpectedErrors(6);

goToSchemaBrowser();
dataRegionTable = viewQueryData("snd", "Projects");
Expand Down Expand Up @@ -2070,7 +2070,7 @@ public void verifyTestFrameworkAPITests()
log("Verifying no test failed");
assertTextPresent("Complete","Failed tests: 0");

checkExpectedErrors(2); // expected delete failures
checkExpectedErrors(3); // expected delete failures
}

private String getPerimissionTableValue(int row, int col)
Expand Down