File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
jbrowse/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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" ));
You can’t perform that action at this time.
0 commit comments