Merge lp:~elopio/ubuntuone-testing/update-refused-payment into lp:ubuntuone-testing

Proposed by Leo Arias
Status: Merged
Approved by: Rick McBride
Approved revision: 49
Merged at revision: 49
Proposed branch: lp:~elopio/ubuntuone-testing/update-refused-payment
Merge into: lp:ubuntuone-testing
Diff against target: 13 lines (+2/-1)
1 file modified
ubuntuone/web/tests/sst/shared/actions/payment_confirmed.py (+2/-1)
To merge this branch: bzr merge lp:~elopio/ubuntuone-testing/update-refused-payment
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
Review via email: mp+79908@code.launchpad.net

Commit message

Updated the expected address to fill again the payment details.

Description of the change

Updated the expected address to fill again the payment details.

To post a comment you must log in.
Revision history for this message
Rick McBride (rmcbride) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/web/tests/sst/shared/actions/payment_confirmed.py'
2--- ubuntuone/web/tests/sst/shared/actions/payment_confirmed.py 2011-10-08 00:52:05 +0000
3+++ ubuntuone/web/tests/sst/shared/actions/payment_confirmed.py 2011-10-20 05:28:26 +0000
4@@ -29,7 +29,8 @@
5 def assert_failed_payment():
6 """Assert that the payment failed."""
7 get_element(tag='h1', text='Your Payment Failed')
8- get_element(tag='a', text='fill out the details here', href='/payment/')
9+ get_element(tag='a', text='fill out the details here',
10+ href='/services/checkout/')
11
12 def assert_processed_payment(period, paid, price, trial=False):
13 """Assert that the payment was processed.

Subscribers

People subscribed via source and target branches