Skip to content

Commit

Permalink
Merge 24.11 to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Nov 13, 2024
2 parents c97dcc1 + df7ef01 commit e76df44
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 e76df44

Please sign in to comment.