We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ecf90 commit 564c0d1Copy full SHA for 564c0d1
1 file changed
nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java
@@ -964,6 +964,7 @@ public void testClinicalCasesWorkflow()
964
Ext4FieldRef problem = _helper.getExt4FieldForFormSection("Clinical Case", "Problem Area");
965
problem.clickTrigger();
966
problem.setValue("Circulatory abnormality");
967
+ problem.clickTrigger();
968
setFormElement(Locator.textarea("openRemark"), "Clinical Case WorkFlow - Test");
969
setFormElement(Locator.textarea("plan"), "Case plan");
970
waitForElement(Locator.name("Id"));
0 commit comments