Skip to content

Commit 4159429

Browse files
committed
Trying to unignore some tests in chrome, passed locally, let's look how will they perform on CI server
1 parent dadc09e commit 4159429

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public void testNoneStrategyShouldNotWaitForPageToLoad() {
9898
}
9999

100100
@Test
101-
@Ignore(CHROME)
102101
@Ignore(SAFARI)
103102
@Ignore(PHANTOMJS)
104103
@NeedsLocalEnvironment

java/client/test/org/openqa/selenium/interactions/BasicMouseInterfaceTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public void testMoveAndClick() {
214214
}
215215

216216
@Test
217-
@Ignore(CHROME)
218217
@Ignore(IE)
219218
public void testCannotMoveToANullLocator() {
220219
driver.get(pages.javascriptPage);

java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java

-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import static org.openqa.selenium.WaitingConditions.elementValueToEqual;
2626
import static org.openqa.selenium.support.ui.ExpectedConditions.presenceOfElementLocated;
2727
import static org.openqa.selenium.support.ui.ExpectedConditions.titleIs;
28-
import static org.openqa.selenium.testing.Driver.CHROME;
2928
import static org.openqa.selenium.testing.Driver.FIREFOX;
3029
import static org.openqa.selenium.testing.Driver.HTMLUNIT;
3130
import static org.openqa.selenium.testing.Driver.IE;
@@ -59,7 +58,6 @@
5958
public class CombinedInputActionsTest extends JUnit4TestBase {
6059

6160
@Test
62-
@Ignore(CHROME)
6361
@Ignore(IE)
6462
@Ignore(FIREFOX)
6563
@Ignore(PHANTOMJS)
@@ -85,7 +83,6 @@ public void testPlainClickingOnMultiSelectionList() {
8583
}
8684

8785
@Test
88-
@Ignore(CHROME)
8986
@Ignore(IE)
9087
@Ignore(FIREFOX)
9188
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/646")
@@ -112,7 +109,6 @@ public void testShiftClickingOnMultiSelectionList() {
112109
}
113110

114111
@Test
115-
@Ignore(CHROME)
116112
@Ignore(IE)
117113
@Ignore(FIREFOX)
118114
@Ignore(PHANTOMJS)

java/client/test/org/openqa/selenium/logging/PerformanceLoggingTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
import java.util.Arrays;
4747

48-
@Ignore(CHROME)
4948
@Ignore(HTMLUNIT)
5049
@Ignore(IE)
5150
@Ignore(PHANTOMJS)
@@ -106,6 +105,7 @@ private boolean containsExpectedEntries(ImmutableList<LogEntry> entries, String[
106105
}
107106

108107
@Test
108+
@Ignore(CHROME)
109109
public void testGetsYieldToPageLoadLogEntries() throws Exception {
110110
startLoggingDriver();
111111
loggingDriver.get(pages.formPage);

0 commit comments

Comments
 (0)