Skip to content

Commit a977b8e

Browse files
committed
Updating the link to the bug report in a failed test
1 parent 22aea53 commit a977b8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
import org.openqa.selenium.testing.Ignore;
4242
import org.openqa.selenium.testing.JUnit4TestBase;
4343
import org.openqa.selenium.testing.NoDriverAfterTest;
44+
import org.openqa.selenium.testing.NotYetImplemented;
4445
import org.openqa.selenium.testing.SwitchToTopAfterTest;
4546

4647
import java.util.Set;
@@ -261,7 +262,7 @@ public void testCanClickAnImageMapArea() {
261262

262263
@Test
263264
@Ignore(FIREFOX)
264-
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/901")
265+
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1422272")
265266
public void testShouldBeAbleToClickOnAnElementGreaterThanTwoViewports() {
266267
String url = appServer.whereIs("click_too_big.html");
267268
driver.get(url);

0 commit comments

Comments
 (0)