We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c09ad commit 2cc0240Copy full SHA for 2cc0240
1 file changed
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -438,6 +438,11 @@ private void testSessionCardDisplay()
438
beginAt("/" + getProjectName() + "/jbrowse-jbrowse.view?session=mgap&location=1:8328..8842");
439
waitForJBrowseToLoad();
440
441
+ // This will wait for them, allowing the full browser to lod:
442
+ getVariantWithinTrack("mgap_hg38", "SNV C -> T");
443
+ getVariantWithinTrack("mgap_hg38", "SNV G -> C");
444
+
445
446
Actions actions = new Actions(getDriver());
447
WebElement toClick = getDriver().findElements(getVariantWithinTrack("mgap_hg38", "SNV A -> G")).stream().filter(WebElement::isDisplayed).collect(JBrowseTestHelper.toSingleton());
448
actions.click(toClick).perform();
0 commit comments