From 500e11f612980573e60a03c6566c0c5f6149ee1a Mon Sep 17 00:00:00 2001 From: labkey-sweta Date: Tue, 5 Nov 2024 08:10:41 -0800 Subject: [PATCH] Updating the wait time. --- .../src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java index dd5f2b379..c98d1d5db 100644 --- a/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java +++ b/onprc_ehr/test/src/org/labkey/test/tests/onprc_ehr/ONPRC_EHRTest2.java @@ -1275,7 +1275,7 @@ public void testTreatmentToDrugETL() throws IOException, CommandException shortWait().until(ExpectedConditions.elementToBeClickable(Locator.tagWithText("span", "Submit Final"))); clickButton("Submit Final", 0); _billingHelper.checkMessageWindow("Finalize Form", "You are about to finalize this form. Do you want to do this?", "Yes"); - waitForElement(Locator.linkWithText("Medications/Diet")); + waitForElement(Locator.linkWithText("Medications/Diet"), WAIT_FOR_PAGE); log("Verifying request was created"); goToSchemaBrowser();