Skip to content

Commit 76ba3fd

Browse files
authored
Updating the reports test (#681)
1 parent 4c46ac3 commit 76ba3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/org/labkey/test/util/cds/CDSHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ public int createReport(RReportHelper rReportHelper, String queryUrl, @Nullable
20272027
_test.beginAt(queryUrl);
20282028
if (!skipViewData)
20292029
{
2030-
_test.waitForElement(Locator.linkWithText("view data"));
2030+
_test.waitForElement(Locator.linkWithText("view data"), WebDriverWrapper.WAIT_FOR_PAGE);
20312031
_test.click(Locator.linkWithText("view data"));
20322032
}
20332033

0 commit comments

Comments
 (0)