Skip to content

Commit 478c1b7

Browse files
committed
test fix
1 parent fbde02c commit 478c1b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ public void testDeathNecropsyForm() throws IOException, CommandException
877877
scrollIntoView(Locator.linkContainingText("More Actions"));
878878
_ext4Helper.selectComboBoxItem("Physical Condition:", "Excellent");
879879
_ext4Helper.selectComboBoxItem("Condition of Specimen:", "Fresh");
880-
_helper.setDataEntryField("accessionNumber", "123");
880+
_helper.getExt4FieldForFormSection("Necropsy", "Accession Number").setValue("123");
881881
scrollIntoView(Locator.name("diagnosis"));
882882
_helper.setDataEntryField("identification", "Extra information");
883883
_helper.setDataEntryField("grossAbnormalities", "Extra leg");
@@ -1357,4 +1357,4 @@ private void lockForm()
13571357
log("Form is already unlocked");
13581358
}
13591359
}
1360-
}
1360+
}

0 commit comments

Comments
 (0)