From e64f3ff734bfcb7dd2716b89e9250137c567b3f3 Mon Sep 17 00:00:00 2001 From: Teodosia Date: Tue, 23 Oct 2012 18:19:04 +0300 Subject: [PATCH] Remove xfail from test_paypal.py for: -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. --- tests/desktop/test_paypal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/desktop/test_paypal.py b/tests/desktop/test_paypal.py index 2fa7005c..93fbb0ad 100644 --- a/tests/desktop/test_paypal.py +++ b/tests/desktop/test_paypal.py @@ -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): @@ -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