Skip to content

Commit

Permalink
[Java] Enabling more tests that are now passing for Marionette
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jan 15, 2016
1 parent 43ac605 commit 742548c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public void testShouldNotScrollIfAlreadyScrolledAndElementIsInView() {
}

@Test
@Ignore(MARIONETTE)
public void testShouldBeAbleToClickRadioButtonScrolledIntoView() {
driver.get(appServer.whereIs("scroll4.html"));
driver.findElement(By.id("radio")).click();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ public void testClickOverlappingElements() {
}

@JavascriptEnabled
@Ignore(value = {CHROME, FIREFOX, MARIONETTE, SAFARI, HTMLUNIT})
@Ignore(value = {CHROME, FIREFOX, SAFARI, HTMLUNIT})
@Test
public void testNativelyClickOverlappingElements() {
assumeFalse(isOldIe(driver));
Expand All @@ -447,7 +447,7 @@ public void testNativelyClickOverlappingElements() {
}

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

0 comments on commit 742548c

Please sign in to comment.