Skip to content

Commit 31ac885

Browse files
Just adding some logging.
1 parent b83e56b commit 31ac885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ public void testSteps() throws Exception
106106
testOutputFileProcessing();
107107

108108
// Previous test remains on the pipeline page. Go home to avoid any issues with the pipeline page autorefreshing.
109+
log("Go to the project home.");
109110
goToProjectHome();
111+
sleep(500);
110112

111113
testFullTextSearch();
112114
}

0 commit comments

Comments
 (0)