[selenium] r17109 committed - AlexeiBarantsev: Unignoring several green tests for Chrome

0 views
Skip to first unread message

sele...@googlecode.com

unread,
Jun 4, 2012, 4:36:28 PM6/4/12
to selenium-develope...@googlegroups.com
Revision: 17109
Author: barancev
Date: Mon Jun 4 13:36:07 2012
Log: AlexeiBarantsev: Unignoring several green tests for Chrome
http://code.google.com/p/selenium/source/detail?r=17109

Modified:
/trunk/java/client/test/org/openqa/selenium/AlertsTest.java

=======================================
--- /trunk/java/client/test/org/openqa/selenium/AlertsTest.java Sun Jun 3
13:10:19 2012
+++ /trunk/java/client/test/org/openqa/selenium/AlertsTest.java Mon Jun 4
13:36:07 2012
@@ -45,7 +45,7 @@
import java.util.concurrent.Callable;
import java.util.concurrent.TimeUnit;

-@Ignore({ANDROID, CHROME, HTMLUNIT, IPHONE, OPERA, SELENESE})
+@Ignore({ANDROID, HTMLUNIT, IPHONE, OPERA, SELENESE})
public class AlertsTest extends JUnit4TestBase {

@Before
@@ -85,6 +85,7 @@
assertEquals("Testing Alerts", driver.getTitle());
}

+ @Ignore(CHROME)
@JavascriptEnabled
@NeedsLocalEnvironment(reason = "Carefully timing based")
@Test
@@ -150,6 +151,7 @@
waitFor(elementTextToEqual(driver, By.id("text"), "cheese"));
}

+ @Ignore(CHROME)
@JavascriptEnabled
@Test
public void testSettingTheValueOfAnAlertThrows() {
@@ -337,7 +339,7 @@
}

@JavascriptEnabled
- @Ignore(value = {FIREFOX, IE}, reason = "FF waits too long, may be hangs
out." +
+ @Ignore(value = {FIREFOX, IE, CHROME}, reason = "FF waits too long, may
be hangs out." +
"Android currently does not store the source of the alert. IE8: Not
confirmed working.")
@Test
public void testShouldNotHandleAlertInAnotherWindow() {
@@ -367,7 +369,7 @@
}

@JavascriptEnabled
- @Ignore(value = {IE}, reason = "IE crashes")
+ @Ignore(value = {IE, CHROME}, reason = "IE crashes")
@Test
public void testShouldHandleAlertOnPageUnload() {
driver.findElement(By.id("open-page-with-onunload-alert")).click();
@@ -382,7 +384,7 @@
}

@JavascriptEnabled
- @Ignore(value = {IE, ANDROID}, reason = "IE crashes. On Android, alerts
do not pop up" +
+ @Ignore(value = {IE, ANDROID, CHROME}, reason = "IE crashes. On Android,
alerts do not pop up" +
" when a window is closed.")
@Test
public void testShouldHandleAlertOnWindowClose() {
Reply all
Reply to author
Forward
0 new messages