Skip to content

Commit 58868a9

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)