Skip to content

Commit ecc0035

Browse files
author
hextraza
committed
Add Search test -- no session provided
1 parent fa67afe commit ecc0035

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ private void testDemoNoSession()
8989
waitForElement(Locator.tagWithText("p", "Error - no session provided."));
9090
}
9191

92+
private void testDemoSearchNoSession()
93+
{
94+
beginAt("/home/jbrowse-search.view?");
95+
waitForElement(Locator.tagWithText("p", "Error - no session provided."));
96+
}
97+
9298
private void testDemoUi()
9399
{
94100
beginAt("/home/jbrowse-jbrowse.view?session=demo");

0 commit comments

Comments
 (0)