Skip to content

Commit 3a1ad36

Browse files
committed
necr test fix
1 parent efaa4e1 commit 3a1ad36

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
@@ -884,6 +884,8 @@ public void testDeathNecropsyForm() throws IOException, CommandException
884884
Window<?> submitForReview = new Window<>("Submit For Review", getDriver());
885885

886886
// Make sure to find the element in submitForReview window.
887+
waitForElement(Locator.tagWithNameContaining("input", "assignedTo"));
888+
click(Locator.tagWithNameContaining("input", "assignedTo"));
887889
WebElement assignedToElement = Locator.tagWithNameContaining("input", "assignedTo").findWhenNeeded(submitForReview);
888890
setFormElement(assignedToElement, _userHelper.getDisplayNameForEmail(NIRC_FULL_SUBMITTER_VET));
889891

0 commit comments

Comments
 (0)