Skip to content

Commit

Permalink
remove some python test xfail from fixed Firefox bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Oct 3, 2017
1 parent badf313 commit 8137636
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,6 @@ def test_Should_Be_Able_To_Find_AHidden_Elements_By_Name(driver, pages):
assert element.get_attribute("name") == "hidden"


@pytest.mark.xfail_marionette(
reason='https://bugzilla.mozilla.org/show_bug.cgi?id=1312674',
run=False)
def test_Should_Not_Be_Able_To_Find_An_Element_On_ABlank_Page(driver, pages):
driver.get("about:blank")
with pytest.raises(NoSuchElementException):
Expand Down
2 changes: 0 additions & 2 deletions py/test/selenium/webdriver/common/interactions_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def testDoubleClick(driver, pages):
assert "DoubleClicked" == toDoubleClick.get_attribute('value')


@pytest.mark.xfail_marionette(
reason='https://github.com/mozilla/geckodriver/issues/660')
@pytest.mark.xfail_phantomjs(
reason='https://github.com/ariya/phantomjs/issues/14005')
def testContextClick(driver, pages):
Expand Down
2 changes: 0 additions & 2 deletions py/test/selenium/webdriver/common/w3c_interaction_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def testDragAndDrop(driver, pages):
@pytest.mark.xfail_firefox
@pytest.mark.xfail_remote
@pytest.mark.xfail_phantomjs
@pytest.mark.xfail_marionette(
reason='https://github.com/mozilla/geckodriver/issues/660')
def test_context_click(driver, pages):

pages.load("javascriptPage.html")
Expand Down

0 comments on commit 8137636

Please sign in to comment.