Skip to content

Commit

Permalink
Updating the wait time.
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-sweta committed Nov 5, 2024
1 parent 70dbfd4 commit 500e11f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 500e11f

Please sign in to comment.