Skip to content

Commit

Permalink
Unignoring a test that passes now because new interactability checks …
Browse files Browse the repository at this point in the history
…were implemented in marionette recently.
  • Loading branch information
barancev committed Dec 8, 2017
1 parent b1b4227 commit 73aa9e5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assume.assumeFalse;
import static org.openqa.selenium.testing.Driver.MARIONETTE;
import static org.openqa.selenium.testing.TestUtilities.catchThrowable;

import org.junit.Test;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.testing.JUnit4TestBase;
import org.openqa.selenium.testing.NotYetImplemented;
import org.openqa.selenium.testing.TestUtilities;

import java.util.List;
Expand Down Expand Up @@ -127,7 +125,6 @@ public void testElementsShouldBeDisabledIfTheyAreDisabledUsingRandomDisabledStri
}

@Test
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/668")
public void testShouldThrowExceptionIfSendingKeysToElementDisabledUsingRandomDisabledStrings() {
driver.get(pages.formPage);
WebElement disabledTextElement1 = driver.findElement(By.id("disabledTextElement1"));
Expand Down

0 comments on commit 73aa9e5

Please sign in to comment.