We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755e046 commit 8efe692Copy full SHA for 8efe692
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -559,6 +559,11 @@ private void testFullTextSearch() throws Exception
559
waitForPipelineJobsToComplete(existingPipelineJobs + 1, "Create New Session", false);
560
561
beginAt("/project/" + getProjectName() + "/begin.view");
562
+
563
+ // If the search panel doesnt fully load, we can get an alert on page navigation
564
+ Locator searchLocator = Locator.tagWithClass("input", "MuiInputBase-input");
565
+ waitForElement(searchLocator);
566
567
_helper.clickNavPanelItemAndWait("JBrowse Sessions:", 1);
568
dr = DataRegionTable.DataRegion(getDriver()).find();
569
dr.clickRowDetails(0);
0 commit comments