Skip to content

Commit afc019a

Browse files
committed
sleeps for troubleshooting
1 parent f193208 commit afc019a

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
@@ -878,9 +878,11 @@ public void testDeathNecropsyForm() throws IOException, CommandException
878878
scrollIntoView(Locator.name("accessionNumber"));
879879
_ext4Helper.selectComboBoxItem("Physical Condition:", "Excellent");
880880
_ext4Helper.selectComboBoxItem("Condition of Specimen:", "Fresh");
881+
sleep(2000);
881882
Ext4FieldRef accessionNumber = _helper.getExt4FieldForFormSection("Necropsy", "Accession Number");
882883
accessionNumber.setValue("123");
883884
waitFor(() -> "123".equals(accessionNumber.getValue()), WAIT_FOR_JAVASCRIPT);
885+
sleep(2000);
884886
scrollIntoView(Locator.name("diagnosis"));
885887
Ext4FieldRef identification = _helper.getExt4FieldForFormSection("Necropsy", "Name/State/License no. (quarantine only)");
886888
identification.setValue("Extra information");

0 commit comments

Comments
 (0)