Skip to content

Commit c7866f1

Browse files
committed
couple more waits
1 parent 478c1b7 commit c7866f1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,9 @@ public void testDeathNecropsyForm() throws IOException, CommandException
872872
log("Entering Necropsy");
873873
impersonate(NIRC_BASIC_SUBMITTER_VET_TECH);
874874
beginAt(url);
875-
Ext4GridRef necropsy = _helper.getExt4GridForFormSection("Necropsy");
876-
necropsy.expand();
875+
_helper.getExt4GridForFormSection("Necropsy");
876+
waitForElement(Ext4Helper.Locators.ext4Button("Submit Necropsy for Review"), WAIT_FOR_PAGE);
877+
waitForElement(Ext4Helper.Locators.formItemWithLabel("Performed By:"), WAIT_FOR_PAGE);
877878
scrollIntoView(Locator.linkContainingText("More Actions"));
878879
_ext4Helper.selectComboBoxItem("Physical Condition:", "Excellent");
879880
_ext4Helper.selectComboBoxItem("Condition of Specimen:", "Fresh");

0 commit comments

Comments
 (0)