File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
jbrowse/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -438,6 +438,11 @@ private void testSessionCardDisplay()
438438 beginAt ("/" + getProjectName () + "/jbrowse-jbrowse.view?session=mgap&location=1:8328..8842" );
439439 waitForJBrowseToLoad ();
440440
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+
441446 Actions actions = new Actions (getDriver ());
442447 WebElement toClick = getDriver ().findElements (getVariantWithinTrack ("mgap_hg38" , "SNV A -> G" )).stream ().filter (WebElement ::isDisplayed ).collect (JBrowseTestHelper .toSingleton ());
443448 actions .click (toClick ).perform ();
You can’t perform that action at this time.
0 commit comments