Skip to content

Commit

Permalink
htmlunit tests pass in linux, removing NotImplement (they are ignored…
Browse files Browse the repository at this point in the history
… on mac)
  • Loading branch information
lukeis committed Oct 19, 2016
1 parent 2cb5727 commit 2e09979
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions java/client/test/org/openqa/selenium/TypingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ public void testArrowKeysAndPageUpAndDown() {
}

@JavascriptEnabled
@NotYetImplemented(HTMLUNIT)
@Test
public void testHomeAndEndAndPageUpAndPageDownKeys() {
assumeFalse("FIXME: macs don't have HOME keys, would PGUP work?",
Expand Down Expand Up @@ -512,7 +511,6 @@ public void testShiftSelectionDeletes() {
}

@JavascriptEnabled
@NotYetImplemented(HTMLUNIT)
@Test
@Ignore(MARIONETTE)
public void testChordControlHomeShiftEndDelete() {
Expand Down Expand Up @@ -569,7 +567,6 @@ public void testChordReveseShiftHomeSelectionDeletes() {
// and linux, but not on the MAC.

@JavascriptEnabled
@NotYetImplemented(HTMLUNIT)
@Test
@Ignore(MARIONETTE)
public void testChordControlCutAndPaste() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ public void testSelectionSelectBySymbol() {

@Test
@Ignore(IE)
@NotYetImplemented(HTMLUNIT)
public void testSelectionSelectByWord() {
assumeFalse(
"MacOS has alternative keyboard",
Expand Down Expand Up @@ -248,7 +247,6 @@ public void testSelectionSelectByWord() {

@Test
@Ignore(IE)
@NotYetImplemented(HTMLUNIT)
public void testSelectionSelectAll() {
assumeFalse(
"MacOS has alternative keyboard",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ public void testMouseMovementWorksWhenNavigatingToAnotherPage() {
wait.until(titleIs("We Arrive Here"));
}

@NotYetImplemented(HTMLUNIT)
@Test
public void testChordControlCutAndPaste() {
assumeFalse("FIXME: macs don't have CONRTROL key", getEffectivePlatform().is(Platform.MAC));
Expand Down

0 comments on commit 2e09979

Please sign in to comment.