Skip to content

Commit c1d4950

Browse files
committed
Test fix
1 parent ea38f6b commit c1d4950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ private void testFilterWidget()
286286
sleep(1000);
287287

288288
// NOTE: depending on the size of the view area, this can vary. This is more a factor of the environment that actual behavior
289-
Assert.assertEquals("Incorrect number of variants", 87.0, getTotalVariantFeatures(), 1.0);
289+
Assert.assertEquals("Incorrect number of variants", 85.0, getTotalVariantFeatures(), 1.0);
290290

291291
// bottom filter UI
292292
waitForElement(Locator.tagContainingText("button", "mGAP: Showing sites where").containing("AF < 0.02"));

0 commit comments

Comments
 (0)