Skip to content

Commit c2ecf90

Browse files
committed
Try another click
1 parent 3a1ad36 commit c2ecf90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@ public void testDeathNecropsyForm() throws IOException, CommandException
888888
click(Locator.tagWithNameContaining("input", "assignedTo"));
889889
WebElement assignedToElement = Locator.tagWithNameContaining("input", "assignedTo").findWhenNeeded(submitForReview);
890890
setFormElement(assignedToElement, _userHelper.getDisplayNameForEmail(NIRC_FULL_SUBMITTER_VET));
891+
click(Locator.tagWithNameContaining("input", "assignedTo"));
891892

892893
// Entering the text leaves the selection list visible, send 'Enter' to remove it.
893894
assignedToElement.sendKeys(Keys.ENTER);

0 commit comments

Comments
 (0)