Skip to content

Commit cfa5959

Browse files
committed
[java] Disabling Firefox Beta test
1 parent c2d859c commit cfa5959

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ public void testShouldBeAbleToClickOnAnElementGreaterThanTwoViewports() {
269269
@SwitchToTopAfterTest
270270
@Test
271271
@NotYetImplemented(SAFARI)
272+
@Ignore(
273+
value = FIREFOX,
274+
reason =
275+
"Clicking on element doesn't work if element is in iframe outside of viewport in Beta",
276+
issue = "https://bugzilla.mozilla.org/show_bug.cgi?id=1937115")
272277
public void testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports() {
273278
String url = appServer.whereIs("click_too_big_in_frame.html");
274279
driver.get(url);

0 commit comments

Comments
 (0)