Skip to content
Closed
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 @@ -819,6 +819,7 @@ public void testClinicalCasesWorkflow()
_helper.setDataEntryField("remark", "Clinical Remarks - Test");
if (null == _helper.getExt4FieldForFormSection("Clinical Remarks", "Remark").getValue())
_helper.setDataEntryField("remark", "Clinical Remarks - Test");
sleep(750);
waitForTextToDisappear("Remark: WARN: Must enter at least one comment");

Ext4GridRef weight = _helper.getExt4GridForFormSection("Weights");
Expand All @@ -839,6 +840,7 @@ public void testClinicalCasesWorkflow()
orderGrid.clickDownArrowOnGrid(1, "orderedby");
orderGrid.setGridCell(1, "orderedby", NIRC_VET_NAME);
orderGrid.completeEdit();
sleep(1_000);
submitForm("Submit Final", "Finalize Form");

log("Completing today's Medication Schedule");
Expand All @@ -863,7 +865,7 @@ public void testClinicalCasesWorkflow()
impersonate(NIRC_FULL_SUBMITTER_VET);

//Go to 'Active Clinical Cases'
clickAndWait(Locator.linkWithText("Active Clinical Cases"));
waitAndClickAndWait(Locator.linkWithText("Active Clinical Cases"));

//Click on 'Case Update' link
AnimalHistoryPage historyPage = new AnimalHistoryPage<>(getDriver());
Expand Down