We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07a818 commit f2dc747Copy full SHA for f2dc747
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -85,7 +85,7 @@ public void testSteps() throws Exception
85
private void testDemoNoSession()
86
{
87
beginAt("/home/jbrowse-jbrowse.view?");
88
- assertElementVisible(Locator.xpath("/html/body/div[2]/div/div[3]/div/div/div/p"));
+ waitForElement(Locator.xpath("//*[text() = 'Error - no session provided.']"));
89
}
90
91
private void testDemoUi()
0 commit comments