Skip to content

Commit 331b42d

Browse files
authored
Update JBrowseTestHelper.java
1 parent 057bebe commit 331b42d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ public static By getVariantWithinTrack(BaseWebDriverTest test, String trackId, S
150150
}
151151

152152
test.waitForElement(l);
153-
WebElement el = test.waitForElement(l);
154-
test.shortWait().until(ExpectedConditions.elementToBeClickable(el));
155-
153+
156154
return By.xpath(l.toXpath());
157155
}
158156

0 commit comments

Comments
 (0)