Skip to content

Commit 0cf0b52

Browse files
committed
JBrowseTest fix
1 parent 65ad49d commit 0cf0b52

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/JBrowseTestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public static By getVariantWithinTrack(BaseWebDriverTest test, String trackId, S
156156
public static void waitForJBrowseToLoad(BaseWebDriverTest test)
157157
{
158158
test.waitForElementToDisappear(Locator.tagWithText("p", "Loading...")); //the initial message before getSession
159-
test.waitForElement(Locator.tagWithClass("span", "MuiTouchRipple-root").notHidden()); //this is the top-left icon
159+
test.waitForElement(Locator.tagWithAttribute("svg", "data-testid", "MenuIcon")); //this is the top-left icon
160160
test.waitForElement(Locator.tagWithAttribute("button", "title", "close this track").notHidden());
161161
test.waitForElement(Locator.tagWithClassContaining("button", "MuiButtonBase-root").notHidden(), WebDriverWrapper.WAIT_FOR_PAGE); //this is the icon from the track label
162162

0 commit comments

Comments
 (0)