We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a389f commit c90a731Copy full SHA for c90a731
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -411,7 +411,7 @@ private void testOutputFileProcessing() throws Exception
411
searchBox.sendKeys("Ga"); // Test autocomplete
412
searchBox.sendKeys(Keys.ARROW_DOWN); // Navigate and select result
413
searchBox.sendKeys(Keys.ENTER);
414
- waitForElement(searchBox);
+ waitForElement(Locator.tagWithClass("input", "MuiInputBase-input"));
415
Assert.assertEquals("Correct ID selected", searchBox.getAttribute("value"), "Gag");
416
417
click(Locator.tagWithText("button", "Open"));
0 commit comments