Skip to content

Commit

Permalink
AlexeiBarantsev: Unignoring a test that should work in older IE versi…
Browse files Browse the repository at this point in the history
…ons after recent bugfix

r18266
  • Loading branch information
barancev committed Dec 6, 2012
1 parent 62cf109 commit cd9bd84
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.openqa.selenium.testing.JUnit4TestBase;

import static org.junit.Assert.assertTrue;
import static org.openqa.selenium.testing.Ignore.Driver.IE;
import static org.openqa.selenium.testing.Ignore.Driver.IPHONE;
import static org.openqa.selenium.testing.Ignore.Driver.OPERA;
import static org.openqa.selenium.testing.Ignore.Driver.OPERA_MOBILE;
Expand Down Expand Up @@ -51,9 +50,8 @@ public void testShouldBlockUntilIFramesAreLoaded() throws Exception {
assertElapsed(3000, now - start);
}

@Ignore(value = {IE, IPHONE, SELENESE, OPERA},
@Ignore(value = {IPHONE, SELENESE, OPERA},
reason = "Selenium: refresh is unsupported;" +
"IE: fails in IE 6,7,8, works in IE 9;" +
"Others: untested")
@Test
public void testRefreshShouldBlockUntilPageLoads() {
Expand Down

0 comments on commit cd9bd84

Please sign in to comment.