We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc769fc commit 01b762fCopy full SHA for 01b762f
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
- waitForElement(Locator.xpath("//*[text() = 'Error - no session provided.']"));
+ waitForElement(Locator.tagWithText("p", "Error - no session provided."));
89
}
90
91
private void testDemoUi()
0 commit comments