Skip to content

Commit

Permalink
[py] Reenabling some tests that are now passing
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 23, 2020
1 parent 2a8d807 commit 0e15b7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/common/alerts_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def testShouldHandleAlertOnPageLoadUsingGet(driver, pages):
WebDriverWait(driver, 3).until(EC.text_to_be_present_in_element((By.TAG_NAME, "p"), "Page with onload event handler"))


@pytest.mark.xfail_firefox(reason='Non W3C conformant')
@pytest.mark.xfail_chrome(reason='Non W3C conformant')
@pytest.mark.xfail_chromiumedge(reason='Non W3C conformant')
def testShouldHandleAlertOnPageBeforeUnload(driver, pages):
Expand Down
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/common/interactions_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def testCannotMoveToANullLocator(driver, pages):
move.perform()


@pytest.mark.xfail_firefox
def testClickingOnFormElements(driver, pages):
"""Copied from org.openqa.selenium.interactions.CombinedInputActionsTest."""
pages.load("formSelectionPage.html")
Expand Down

0 comments on commit 0e15b7f

Please sign in to comment.