Skip to content

Commit

Permalink
Updating the reports test (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-sweta authored Jan 28, 2025
1 parent 4c46ac3 commit 76ba3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/org/labkey/test/util/cds/CDSHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ public int createReport(RReportHelper rReportHelper, String queryUrl, @Nullable
_test.beginAt(queryUrl);
if (!skipViewData)
{
_test.waitForElement(Locator.linkWithText("view data"));
_test.waitForElement(Locator.linkWithText("view data"), WebDriverWrapper.WAIT_FOR_PAGE);
_test.click(Locator.linkWithText("view data"));
}

Expand Down

0 comments on commit 76ba3fd

Please sign in to comment.