Skip to content

Commit 8efe692

Browse files
committed
Possibly fix intermittent test failure
1 parent 755e046 commit 8efe692

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,11 @@ private void testFullTextSearch() throws Exception
559559
waitForPipelineJobsToComplete(existingPipelineJobs + 1, "Create New Session", false);
560560

561561
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+
562567
_helper.clickNavPanelItemAndWait("JBrowse Sessions:", 1);
563568
dr = DataRegionTable.DataRegion(getDriver()).find();
564569
dr.clickRowDetails(0);

0 commit comments

Comments
 (0)