Skip to content

Commit 5e987f1

Browse files
Merge 26.3 to develop
2 parents a68fa99 + a341708 commit 5e987f1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,10 @@ public void testFileRepository()
447447
waitForElement(Ext4Helper.Locators.ext4Button("Create Folders"));
448448
click(Ext4Helper.Locators.ext4Button("Create Folders"));
449449

450-
waitForText("Anesthesia Reports", "Cardiology Docs", "Dental Records", "Images", "Lab Reports", "Misc Docs", "Pathology Reports", "Procurement Docs", "Radiology Reports", "Surgery Sheets");
450+
waitForTextToDisappear("No directory found for this animal. To upload files, you must create the folders first.");
451+
waitForTextToDisappear("Loading...");
452+
waitForText(WAIT_FOR_PAGE * 2, "Anesthesia Reports");
453+
assertTextPresent("Anesthesia Reports", "Cardiology Docs", "Dental Records", "Images", "Lab Reports", "Misc Docs", "Pathology Reports", "Procurement Docs", "Radiology Reports", "Surgery Sheets");
451454

452455
}
453456

0 commit comments

Comments
 (0)