Skip to content

Commit 39f923d

Browse files
committed
Unignoring several tests for IE. Locally IE10 passed them, but I'm not
sure they are green in older IE versions.
1 parent 4c63ec1 commit 39f923d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void testShouldBeAbleToClickOnAnElementHiddenByDoubleOverflow() {
101101
}
102102

103103
@JavascriptEnabled
104-
@Ignore(value = {IE, IPHONE, SAFARI}, reason = "IE, Safari: failed, iPhone: untested")
104+
@Ignore(value = {IPHONE, SAFARI}, reason = "Safari: failed, iPhone: untested")
105105
@Test
106106
public void testShouldBeAbleToClickOnAnElementHiddenByYOverflow() {
107107
driver.get(appServer.whereIs("scrolling_tests/page_with_y_overflow_auto.html"));

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import static org.hamcrest.Matchers.lessThanOrEqualTo;
2323
import static org.junit.Assert.assertThat;
2424
import static org.openqa.selenium.testing.Ignore.Driver.HTMLUNIT;
25-
import static org.openqa.selenium.testing.Ignore.Driver.IE;
2625
import static org.openqa.selenium.testing.Ignore.Driver.OPERA;
2726
import static org.openqa.selenium.testing.Ignore.Driver.OPERA_MOBILE;
2827
import static org.openqa.selenium.testing.Ignore.Driver.SAFARI;
@@ -46,7 +45,6 @@ public void testShouldGetCoordinatesOfAnElementInViewPort() {
4645
}
4746

4847
@Test
49-
@Ignore(IE)
5048
public void testShouldGetCoordinatesOfAnEmptyElement() {
5149
driver.get(appServer.whereIs("coordinates_tests/page_with_empty_element.html"));
5250
assertThat(getLocationInViewPort(By.id("box")), is(new Point(10, 10)));
@@ -59,14 +57,12 @@ public void testShouldGetCoordinatesOfATransparentElement() {
5957
}
6058

6159
@Test
62-
@Ignore(IE)
6360
public void testShouldGetCoordinatesOfAHiddenElement() {
6461
driver.get(appServer.whereIs("coordinates_tests/page_with_hidden_element.html"));
6562
assertThat(getLocationInViewPort(By.id("box")), is(new Point(10, 10)));
6663
}
6764

6865
@Test
69-
@Ignore(IE)
7066
public void testShouldGetCoordinatesOfAnInvisibleElement() {
7167
driver.get(appServer.whereIs("coordinates_tests/page_with_invisible_element.html"));
7268
assertThat(getLocationInViewPort(By.id("box")), is(new Point(0, 0)));
@@ -91,15 +87,13 @@ public void testShouldGetCoordinatesOfAnElementInAFrame() {
9187
}
9288

9389
@Test
94-
@Ignore(value = {IE}, reason = "IE: ignores frame border")
9590
public void testShouldGetCoordinatesInViewPortOfAnElementInAFrame() {
9691
driver.get(appServer.whereIs("coordinates_tests/element_in_frame.html"));
9792
driver.switchTo().frame("ifr");
9893
assertThat(getLocationInViewPort(By.id("box")), is(new Point(25, 25)));
9994
}
10095

10196
@Test
102-
@Ignore(value = {IE}, reason = "IE: ignores frame border")
10397
public void testShouldGetCoordinatesInViewPortOfAnElementInANestedFrame() {
10498
driver.get(appServer.whereIs("coordinates_tests/element_in_nested_frame.html"));
10599
driver.switchTo().frame("ifr");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy