Skip to content

Commit

Permalink
Ignoring one more test in marionette, it checks element overlapping b…
Browse files Browse the repository at this point in the history
…y default now.
  • Loading branch information
barancev committed Nov 7, 2017
1 parent d952887 commit 499316e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ public void testClickPartiallyOverlappingElements() {
@Ignore(FIREFOX)
@Ignore(SAFARI)
@Ignore(HTMLUNIT)
@Ignore(value = MARIONETTE, reason = "Checks overlapping by default")
public void testNativelyClickOverlappingElements() {
assumeFalse(isOldIe(driver));
driver.get(appServer.whereIs("click_tests/overlapping_elements.html"));
Expand Down

0 comments on commit 499316e

Please sign in to comment.