|
23 | 23 | import static org.junit.Assume.assumeFalse; |
24 | 24 | import static org.openqa.selenium.WaitingConditions.elementValueToEqual; |
25 | 25 | import static org.openqa.selenium.testing.TestUtilities.getEffectivePlatform; |
26 | | -import static org.openqa.selenium.testing.drivers.Browser.CHROME; |
27 | 26 | import static org.openqa.selenium.testing.drivers.Browser.FIREFOX; |
28 | 27 | import static org.openqa.selenium.testing.drivers.Browser.IE; |
29 | 28 | import static org.openqa.selenium.testing.drivers.Browser.SAFARI; |
@@ -428,7 +427,6 @@ public void testSpecialSpaceKeys() { |
428 | 427 | @Test |
429 | 428 | @NotYetImplemented(value = FIREFOX) |
430 | 429 | @NotYetImplemented(value = SAFARI, reason = "Enters dot instead of comma") |
431 | | - @Ignore(value = CHROME, reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999") |
432 | 430 | public void testNumberPadKeys() { |
433 | 431 | driver.get(pages.javascriptPage); |
434 | 432 |
|
@@ -489,9 +487,6 @@ public void testChordControlHomeShiftEndDelete() { |
489 | 487 | assertThat(element.getAttribute("value")).isEqualTo(""); |
490 | 488 | } |
491 | 489 |
|
492 | | - // control-x control-v here for cut & paste tests, these work on windows |
493 | | - // and linux, but not on the MAC. |
494 | | - |
495 | 490 | @Test |
496 | 491 | @NotYetImplemented(value = FIREFOX, reason = "https://github.com/mozilla/geckodriver/issues/646") |
497 | 492 | public void testChordReveseShiftHomeSelectionDeletes() { |
@@ -520,8 +515,9 @@ public void testChordReveseShiftHomeSelectionDeletes() { |
520 | 515 | assertThat(element.getAttribute("value")).isEqualTo(""); |
521 | 516 | } |
522 | 517 |
|
| 518 | + // control-x control-v here for cut & paste tests, these work on windows |
| 519 | + // and linux, but not on the MAC. |
523 | 520 | @Test |
524 | | - @Ignore(value = CHROME, reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999") |
525 | 521 | @NotYetImplemented(value = FIREFOX, reason = "https://github.com/mozilla/geckodriver/issues/646") |
526 | 522 | public void testChordControlCutAndPaste() { |
527 | 523 | assumeFalse("FIXME: macs don't have HOME keys, would PGUP work?", |
|
0 commit comments