We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cbd18 commit 446cbd2Copy full SHA for 446cbd2
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -574,7 +574,7 @@ private void testFullTextSearch() throws Exception
574
// all
575
// this should return 143 results. We can't make any other assumptions about the content
576
String url = "/jbrowse/" + getProjectName() + "/luceneQuery.view?sessionId=" + sessionId + "&trackId=" + trackId + "&searchString=all&pageSize=143";
577
- beginAt(url);
+ beginAt(url, WAIT_FOR_PAGE * 2);
578
waitForText("data");
579
waitAndClick(Locator.tagWithId("a", "rawdata-tab"));
580
String jsonString = getText(Locator.tagWithClass("pre", "data"));
0 commit comments