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 6dda78f commit bbac6dfCopy full SHA for bbac6df
java/client/test/org/openqa/selenium/SvgElementTest.java
@@ -71,7 +71,6 @@ private static WebElement findAppleElement(List<WebElement> textElements) {
71
72
@Test
73
@Ignore(value = HTMLUNIT, reason="test should enable JavaScript")
74
- @NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1415068")
75
public void testShouldClickOnGraphTextElements() {
76
assumeFalse("IE version < 9 doesn't support SVG", isOldIe(driver));
77
0 commit comments