Skip to content

Commit

Permalink
AlexeiBarantsev: Unignoring a test for a feature that seems to be imp…
Browse files Browse the repository at this point in the history
…lemented

r18288
  • Loading branch information
barancev committed Dec 10, 2012
1 parent acf85c5 commit 82291ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/ClickTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void testCanClickOnAnElementWithTopSetToANegativeNumber() {
assertEquals("click", log);
}

@Ignore(ALL) //TODO(danielwh): Unignore
@Ignore(value = {ANDROID, IPHONE, SAFARI, SELENESE, OPERA_MOBILE}, reason = "Not tested")
@Test
public void testShouldClickOnFirstBoundingClientRectWithNonZeroSize() {
driver.findElement(By.id("twoClientRects")).click();
Expand Down

0 comments on commit 82291ab

Please sign in to comment.