Skip to content

Commit c90a731

Browse files
author
hextraza
committed
Fix final JBrowseTest compilation error
1 parent 04a389f commit c90a731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ private void testOutputFileProcessing() throws Exception
411411
searchBox.sendKeys("Ga"); // Test autocomplete
412412
searchBox.sendKeys(Keys.ARROW_DOWN); // Navigate and select result
413413
searchBox.sendKeys(Keys.ENTER);
414-
waitForElement(searchBox);
414+
waitForElement(Locator.tagWithClass("input", "MuiInputBase-input"));
415415
Assert.assertEquals("Correct ID selected", searchBox.getAttribute("value"), "Gag");
416416

417417
click(Locator.tagWithText("button", "Open"));

0 commit comments

Comments
 (0)