Skip to content

Commit 74fd1bb

Browse files
committed
Unignoring green tests
1 parent a2739f4 commit 74fd1bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/client/test/org/openqa/selenium/ClickScrollingTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public void testShouldScrollToClickOnAnElementHiddenByOverflow() {
7777
}
7878

7979
@Test
80-
@Ignore(MARIONETTE)
8180
public void testShouldBeAbleToClickOnAnElementHiddenByOverflow() {
8281
driver.get(appServer.whereIs("scroll.html"));
8382

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

152150
@Test
153151
@Ignore(value = IE, reason = "IE has special overflow handling")
154-
@Ignore(MARIONETTE)
155152
public void testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView() {
156153
driver.get(appServer.whereIs("scroll5.html"));
157154
driver.findElement(By.id("inner")).click();

0 commit comments

Comments
 (0)