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

Commit

Permalink
Remove xfail from test_paypal.py for:
Browse files Browse the repository at this point in the history
-test_that_make_contribution_button_is_clickable_and_loads_paypal_frame_while_user_is_logged_out
-that_make_contribution_button_is_clickable_and_loads_paypal_frame_while_user_is_logged_in
Tests pass both on Jenkins and locally on my grid.
  • Loading branch information
teodosia committed Oct 23, 2012
1 parent a18456f commit e64f3ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/desktop/test_paypal.py
Original file line number Original file line Diff line number Diff line change
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() payment_popup.close_paypal_popup()
Assert.true(addon_page.is_the_current_page) 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.smoke
@pytest.mark.nondestructive @pytest.mark.nondestructive
def test_that_make_contribution_button_is_clickable_and_loads_paypal_frame_while_user_is_logged_out(self, mozwebqa): 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() contribution_snippet.click_make_contribution_button()
Assert.true(addon_page.is_paypal_login_dialog_visible) 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.smoke
@pytest.mark.nondestructive @pytest.mark.nondestructive
@pytest.mark.login @pytest.mark.login
Expand Down

0 comments on commit e64f3ff

Please sign in to comment.