Skip to content

Commit ab4f021

Browse files
committed
Mouse over element before clicking
1 parent d8bfc80 commit ab4f021

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,8 @@ private void testPredictedFunction()
462462
beginAt("/" + getProjectName() + "/jbrowse-jbrowse.view?session=mgap&location=1:104..275");
463463
waitForJBrowseToLoad();
464464

465-
Actions actions = new Actions(getDriver());
466465
WebElement toClick = getDriver().findElements(getVariantWithinTrack("mgap_hg38", "SNV T -> C")).stream().filter(WebElement::isDisplayed).collect(JBrowseTestHelper.toSingleton()); // 1:137..137
467-
actions.click(toClick).perform();
466+
actionClick(toClick);
468467
waitForElement(Locator.tagWithText("div", "1:137"));
469468
assertElementPresent(Locator.tagWithText("th", "Effect"));
470469
assertElementPresent(Locator.tagWithText("th", "Impact"));

0 commit comments

Comments
 (0)