Skip to content

Commit

Permalink
need these firefox xfails back in
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Sep 16, 2018
1 parent db765ce commit f637b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/browser/elements/frame_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_returns_false_if_the_frame_does_not_exist(self, browser):

class TestFrameOther(object):
@pytest.mark.page('nested_frames.html')
@pytest.mark.xfail_firefox(reason='https://bugzilla.mozilla.org/show_bug.cgi?id=1255946')
def test_handles_nested_frames(self, browser):
from nerodia.wait.wait import Wait
browser.frame(id='two').frame(id='three').link(id='four').click()
Expand Down
1 change: 1 addition & 0 deletions tests/browser/elements/iframe_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_returns_false_for_sub_element_of_a_non_existing_frame(self, browser):

class TestIFrameOther(object):
@pytest.mark.page('nested_iframes.html')
@pytest.mark.xfail_firefox(reason='https://bugzilla.mozilla.org/show_bug.cgi?id=1255946')
def test_handles_nested_iframes(self, browser):
from nerodia.wait.wait import Wait
browser.iframe(id='two').iframe(id='three').link(id='four').click()
Expand Down

0 comments on commit f637b81

Please sign in to comment.