Skip to content

Commit

Permalink
Correct @ignore in EventFiringTest
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jan 15, 2016
1 parent 742548c commit 2679215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public void testNativelyClickOverlappingElements() {
}

@JavascriptEnabled
//@Ignore(value = {MARIONETTE, SAFARI, HTMLUNIT})
@Ignore(value = {SAFARI, HTMLUNIT})
@Test
public void testClickAnElementThatDisappear() {
assumeFalse(isOldIe(driver));
Expand Down

0 comments on commit 2679215

Please sign in to comment.