Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #570 from teodosia/remove-xfail-paypal
Browse files Browse the repository at this point in the history
Remove xfail from test_paypal.py for:
  • Loading branch information
stephendonner committed Oct 23, 2012
2 parents a18456f + e64f3ff commit 89e0aa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/desktop/test_paypal.py
Expand Up @@ -58,7 +58,6 @@ def test_that_user_can_make_a_contribution_without_logging_into_amo(self, mozweb
payment_popup.close_paypal_popup()
Assert.true(addon_page.is_the_current_page)

@pytest.mark.xfail(reason="Bug 802142 - 'Make contribution' to an add-on doesn't load the PayPal frame and freezes page")
@pytest.mark.smoke
@pytest.mark.nondestructive
def test_that_make_contribution_button_is_clickable_and_loads_paypal_frame_while_user_is_logged_out(self, mozwebqa):
Expand All @@ -73,7 +72,6 @@ def test_that_make_contribution_button_is_clickable_and_loads_paypal_frame_while
contribution_snippet.click_make_contribution_button()
Assert.true(addon_page.is_paypal_login_dialog_visible)

@pytest.mark.xfail(reason="Bug 802142 - 'Make contribution' to an add-on doesn't load the PayPal frame and freezes page")
@pytest.mark.smoke
@pytest.mark.nondestructive
@pytest.mark.login
Expand Down

0 comments on commit 89e0aa6

Please sign in to comment.