Skip to content

Commit 074d886

Browse files
Merge 25.3 to 25.7
2 parents 1b43b98 + 1f75a9e commit 074d886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ehr/test/src/org/labkey/test/pages/ehr/NotificationAdminPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void clickRunReportInBrowser(String name)
9797
{
9898
log("Clicking Run Report in browser for " + name);
9999
name = name.replace(" ", "");
100-
clickAndWait(Locator.tagWithAttributeContaining("a", "href", name).withText("Run Report In Browser"));
100+
waitAndClickAndWait(Locator.tagWithAttributeContaining("a", "href", name).withText("Run Report In Browser"));
101101
}
102102

103103
public void clickManuallyTriggerEmail(String name)

0 commit comments

Comments
 (0)