We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391f7f7 commit d0db6a2Copy full SHA for d0db6a2
jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java
@@ -457,8 +457,7 @@ private void testTitleMapping()
457
458
Actions actions = new Actions(getDriver());
459
WebElement toClick = getDriver().findElements(getVariantWithinTrack("mgap_hg38", "SNV T -> C")).stream().filter(WebElement::isDisplayed).collect(JBrowseTestHelper.toSingleton()); // 1:137..137
460
- actions.click().perform();
461
-
+ actions.click(toClick).perform();
462
waitForElement(Locator.tagWithText("div", "1:137"));
463
assertElementPresent(Locator.tagWithText("td", "Minor Allele Frequency"));
464
}
0 commit comments