Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,10 @@ public void testFileRepository()
waitForElement(Ext4Helper.Locators.ext4Button("Create Folders"));
click(Ext4Helper.Locators.ext4Button("Create Folders"));

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

}

Expand Down