Skip to content

Commit

Permalink
Wait for grid to load on "Site Groups" page
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Jan 22, 2025
1 parent a036559 commit ad0c013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/labkey/test/WebDriverWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,8 @@ public void goToSiteGroups()
{
if (!isElementPresent(tag("a").withClass("x4-tab-active").withText("Site Groups")))
clickAdminMenuItem("Site", "Site Groups");
// Wait for groups grid
shortWait().until(ExpectedConditions.visibilityOfElementLocated(Locator.tagWithClass("div", "pSite").withText("Guests")));
}

public void goToSitePermissions()
Expand Down

0 comments on commit ad0c013

Please sign in to comment.