We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bfc80 commit ab4f021Copy full SHA for ab4f021
1 file changed
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -462,9 +462,8 @@ private void testPredictedFunction()
462
beginAt("/" + getProjectName() + "/jbrowse-jbrowse.view?session=mgap&location=1:104..275");
463
waitForJBrowseToLoad();
464
465
- Actions actions = new Actions(getDriver());
466
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();
+ actionClick(toClick);
468
waitForElement(Locator.tagWithText("div", "1:137"));
469
assertElementPresent(Locator.tagWithText("th", "Effect"));
470
assertElementPresent(Locator.tagWithText("th", "Impact"));
0 commit comments