Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ public void testArrivalForm() throws Exception
waitForElement(finalizeOKButton, WAIT_FOR_JAVASCRIPT);
click(finalizeOKButton);

waitAndClick(WAIT_FOR_JAVASCRIPT * 2, Ext4Helper.Locators.window("Success").append(Ext4Helper.Locators.ext4Button("No")), WAIT_FOR_PAGE);
waitAndClick(WAIT_FOR_JAVASCRIPT * 5, Ext4Helper.Locators.window("Success").append(Ext4Helper.Locators.ext4Button("No")), WAIT_FOR_PAGE);

waitForElement(Locator.tagWithText("a", "Enter New Data"));

Expand Down Expand Up @@ -1009,7 +1009,7 @@ public void testTreatmentToDrugETL() throws IOException, CommandException
log("Creating the Treatment order request");
goToProjectHome();
clickAndWait(Locator.linkWithText("Enter Data / Task Review"));
clickAndWait(Locator.linkWithText("Medications/Diet"));
waitAndClickAndWait(Locator.linkWithText("Medications/Diet"));

addTreatmentOrder(animalId, beginDate, endDate, "640991", "ACETAMINOPHEN (80mg) (E-77510)",
"BID - AM/Night", "PO", "tablet(s)", 10, "mg");
Expand Down