Skip to content

Commit

Permalink
Unignoring green tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 5, 2018
1 parent a2739f4 commit 74fd1bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions java/client/test/org/openqa/selenium/ClickScrollingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public void testShouldScrollToClickOnAnElementHiddenByOverflow() {
}

@Test
@Ignore(MARIONETTE)
public void testShouldBeAbleToClickOnAnElementHiddenByOverflow() {
driver.get(appServer.whereIs("scroll.html"));

Expand Down Expand Up @@ -108,7 +107,6 @@ public void testShouldBeAbleToClickOnAnElementHiddenByYOverflow() {
@Test
@Ignore(value = IE, issue = "716")
@Ignore(value = FIREFOX, issue = "716")
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/915")
@Ignore(value = SAFARI, reason = "not tested")
public void testShouldBeAbleToClickOnAnElementPartiallyHiddenByOverflow() {
driver.get(appServer.whereIs("scrolling_tests/page_with_partially_hidden_element.html"));
Expand Down Expand Up @@ -151,7 +149,6 @@ public void testShouldBeAbleToClickRadioButtonScrolledIntoView() {

@Test
@Ignore(value = IE, reason = "IE has special overflow handling")
@Ignore(MARIONETTE)
public void testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView() {
driver.get(appServer.whereIs("scroll5.html"));
driver.findElement(By.id("inner")).click();
Expand Down

0 comments on commit 74fd1bb

Please sign in to comment.