Skip to content

Commit 4216f5f

Browse files
authored
Add sleep for rendering before clicking variants
Added a sleep call to allow rendering before clicking.
1 parent d8bfc80 commit 4216f5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTestHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public static By getVariantWithinTrack(BaseWebDriverTest test, String trackId, S
149149
}
150150

151151
test.waitForElement(l);
152+
WebDriverWrapper.sleep(100); // This allows a short window for rendering prior to clicking variants
152153

153154
return By.xpath(l.toXpath());
154155
}

0 commit comments

Comments
 (0)