Skip to content

Commit 5cf6672

Browse files
committed
Bugfix to JBrowse
1 parent 520ae0b commit 5cf6672

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/JBrowseTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ private void testLoadingConfigFilters(){
303303

304304
// Wait for variants to load:
305305
getDriver().findElements(getVariantWithinTrack("mgap_hg38", "SNV T -> G"));
306+
getDriver().findElements(getVariantWithinTrack("mgap_hg38", "SNV A -> T"));
306307

307308
Assert.assertEquals("Incorrect number of variants", 7, getTotalVariantFeatures());
308309

0 commit comments

Comments
 (0)