We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b9bba commit 46f47b4Copy full SHA for 46f47b4
java/client/test/org/openqa/selenium/ClickTest.java
@@ -216,6 +216,7 @@ public void testCanClickOnALinkThatContainsTextWrappedInASpan() {
216
}
217
218
@Test
219
+ @Ignore(value = MARIONETTE, travis = true) // TODO: why???
220
public void testCanClickOnALinkThatContainsEmbeddedBlockElements() {
221
assumeFalse(
222
"Fails on Android phones: https://code.google.com/p/chromedriver/issues/detail?id=1022",
0 commit comments