Skip to content

Commit c015096

Browse files
Wait before clicking. (#983)
1 parent 90b0d4e commit c015096

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)