Skip to content

Commit

Permalink
Marionette: Unignoring several tests fixed in today's Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 21, 2015
1 parent 44b57f6 commit 585b15a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/client/test/org/openqa/selenium/ChildrenFindingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ public void testFindElementByLinkText() {
}

@Test
@NotYetImplemented(value = {MARIONETTE}, reason = "Marionette: https://bugzilla.mozilla.org/show_bug.cgi?id=1204496")
public void testFindElementsByLinkTest() {
driver.get(pages.nestedPage);
WebElement element = driver.findElement(By.name("div1"));
Expand Down Expand Up @@ -292,7 +291,6 @@ public void testFindingByCssShouldNotIncludeParentElementIfSameTagType() {
}

@Ignore({REMOTE})
@NotYetImplemented(value = {MARIONETTE}, reason = "Marionette: https://bugzilla.mozilla.org/show_bug.cgi?id=1204496")
@Test
public void testFindMultipleElements() {
driver.get(pages.simpleTestPage);
Expand Down

0 comments on commit 585b15a

Please sign in to comment.