Skip to content

Commit f193208

Browse files
committed
test
1 parent a17fa1a commit f193208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ public void testDeathNecropsyForm() throws IOException, CommandException
875875
_helper.getExt4GridForFormSection("Necropsy");
876876
waitForElement(Ext4Helper.Locators.ext4Button("Submit Necropsy for Review"), WAIT_FOR_PAGE);
877877
waitForElement(Ext4Helper.Locators.formItemWithLabel("Performed By:"), WAIT_FOR_PAGE);
878-
scrollIntoView(Locator.linkContainingText("More Actions"));
878+
scrollIntoView(Locator.name("accessionNumber"));
879879
_ext4Helper.selectComboBoxItem("Physical Condition:", "Excellent");
880880
_ext4Helper.selectComboBoxItem("Condition of Specimen:", "Fresh");
881881
Ext4FieldRef accessionNumber = _helper.getExt4FieldForFormSection("Necropsy", "Accession Number");

0 commit comments

Comments
 (0)