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