Skip to content

Commit efaa4e1

Browse files
committed
clinical case test fix
1 parent ab293cc commit efaa4e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,8 @@ public void testClinicalCasesWorkflow()
963963
problem.setValue("Circulatory abnormality");
964964
setFormElement(Locator.textarea("openRemark"), "Clinical Case WorkFlow - Test");
965965
setFormElement(Locator.textarea("plan"), "Case plan");
966+
waitForElement(Locator.name("Id"));
967+
click(Locator.name("Id"));
966968
setFormElement(Locator.name("Id"), animalId);
967969
_helper.getExt4FieldForFormSection("Clinical Case", "Open Date").setValue(LocalDateTime.now().minusDays(1).format(_dateFormat));
968970
Assert.assertEquals("Performed by is incorrect ", "vet tech fs", getFormElement(Locator.name("performedby")));

0 commit comments

Comments
 (0)