Skip to content

Commit 04455f1

Browse files
Merge 25.3 to 25.7
2 parents bc48be4 + e0d7e79 commit 04455f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public ParticipantViewPage clickReportTab(String reportLabel)
115115

116116
public WebElement getActiveReportPanel()
117117
{
118-
return activeReportPanel.findElementOrNull(getDriver());
118+
return activeReportPanel.waitForElement(getDriver(), 2_000);
119119
}
120120

121121
public DataRegionTable getActiveReportDataRegion()

0 commit comments

Comments
 (0)