Skip to content

Commit c1ff103

Browse files
Add a navigation back home later in the test.
1 parent 31ac885 commit c1ff103

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@ private void testFullTextSearch() throws Exception
576576
String sessionId = info.getKey();
577577
String trackId = info.getValue();
578578

579+
log("Go to the home project again.");
580+
goToProjectHome();
581+
sleep(500);
582+
579583
// all
580584
// this should return 143 results. We can't make any other assumptions about the content
581585
String url = "/jbrowse/" + getProjectName() + "/luceneQuery.view?sessionId=" + sessionId + "&trackId=" + trackId + "&searchString=all&pageSize=143";

0 commit comments

Comments
 (0)