Skip to content

Commit 3252d13

Browse files
committed
Test fix
1 parent c1d4950 commit 3252d13

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
@@ -1808,7 +1808,7 @@ private void testLuceneSearchUI(String sessionId)
18081808
waitForElement(Locator.tagWithText("li", "does not equal")).click();
18091809
waitForElement(Locator.tagWithId("input", "value-select-0")).sendKeys("A");
18101810
waitAndClick(Locator.tagWithClass("button", "filter-form-select-button"));
1811-
waitForElement(Locator.tagWithText("span", "858"));
1811+
waitForElement(Locator.tagWithText("span", "711"));
18121812
clearFilterDialog("ref does not equal A");
18131813

18141814
// Alt Allele contains TT

0 commit comments

Comments
 (0)