Skip to content

Commit c975f70

Browse files
author
Sebastian Benjamin
committed
Remove wait in testTrixSearch
1 parent 556a5f3 commit c975f70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,8 +1249,6 @@ private void testTrixSearch(String sessionId) throws Exception
12491249
searchBox.sendKeys(Keys.ENTER);
12501250
});
12511251

1252-
waitForJBrowseToLoad();
1253-
12541252
waitForElement(Locator.tagWithText("span", "fakeData.gff").withClass("MuiTypography-root"));
12551253
waitForElement(Locator.tagWithText("span", "fakeData.bed").withClass("MuiTypography-root"));
12561254

0 commit comments

Comments
 (0)