We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ac885 commit c1ff103Copy full SHA for c1ff103
1 file changed
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -576,6 +576,10 @@ private void testFullTextSearch() throws Exception
576
String sessionId = info.getKey();
577
String trackId = info.getValue();
578
579
+ log("Go to the home project again.");
580
+ goToProjectHome();
581
+ sleep(500);
582
+
583
// all
584
// this should return 143 results. We can't make any other assumptions about the content
585
String url = "/jbrowse/" + getProjectName() + "/luceneQuery.view?sessionId=" + sessionId + "&trackId=" + trackId + "&searchString=all&pageSize=143";
0 commit comments