We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d4950 commit 3252d13Copy full SHA for 3252d13
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -1808,7 +1808,7 @@ private void testLuceneSearchUI(String sessionId)
1808
waitForElement(Locator.tagWithText("li", "does not equal")).click();
1809
waitForElement(Locator.tagWithId("input", "value-select-0")).sendKeys("A");
1810
waitAndClick(Locator.tagWithClass("button", "filter-form-select-button"));
1811
- waitForElement(Locator.tagWithText("span", "858"));
+ waitForElement(Locator.tagWithText("span", "711"));
1812
clearFilterDialog("ref does not equal A");
1813
1814
// Alt Allele contains TT
0 commit comments