Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Remove unused Paypal methods and classes
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Feb 5, 2016
1 parent 614fb86 commit d6bb27d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
66 changes: 0 additions & 66 deletions pages/desktop/paypal/paypal_sandbox.py

This file was deleted.

15 changes: 0 additions & 15 deletions tests/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@ def _open_payment_settings_page(self, current_page):
assert 'Payment Settings' == payment_settings_page.header_title
return payment_settings_page

def _set_up_pre_approval(self, payment_settings_page):
"""Set up preapproval from payments settings page"""

# request pre-approval
paypal_sandbox = payment_settings_page.click_set_up_pre_approval()

# login PayPal sandbox will throw a timeout error if login box doesn't appear
paypal_sandbox.login_paypal_sandbox(user="sandbox")
assert paypal_sandbox.is_user_logged_in

# enact preapproval
payment_settings_page = paypal_sandbox.click_approve_button()

return payment_settings_page

def _take_first_free_app_name(self, mozwebqa):

home_page = Home(mozwebqa)
Expand Down

0 comments on commit d6bb27d

Please sign in to comment.