Skip to content

Commit 70a7a9a

Browse files
authored
Remove unused import for ExpectedConditions
1 parent 331b42d commit 70a7a9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import org.openqa.selenium.Point;
1717
import org.openqa.selenium.StaleElementReferenceException;
1818
import org.openqa.selenium.WebElement;
19-
import org.openqa.selenium.support.ui.ExpectedConditions;
2019

2120
import java.io.File;
2221
import java.util.stream.Collector;
@@ -150,7 +149,7 @@ public static By getVariantWithinTrack(BaseWebDriverTest test, String trackId, S
150149
}
151150

152151
test.waitForElement(l);
153-
152+
154153
return By.xpath(l.toXpath());
155154
}
156155

0 commit comments

Comments
 (0)