Skip to content

Commit bbac6df

Browse files
committed
Unignoring a test, regressing issue in Firefox has been fixed
1 parent 6dda78f commit bbac6df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/client/test/org/openqa/selenium/SvgElementTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ private static WebElement findAppleElement(List<WebElement> textElements) {
7171

7272
@Test
7373
@Ignore(value = HTMLUNIT, reason="test should enable JavaScript")
74-
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1415068")
7574
public void testShouldClickOnGraphTextElements() {
7675
assumeFalse("IE version < 9 doesn't support SVG", isOldIe(driver));
7776

0 commit comments

Comments
 (0)