Merge lp:~elopio/ubuntuone-testing/fix-1017498 into lp:ubuntuone-testing

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

Commit message

Updated the storage string. Fixes lp:1017498

Description of the change

Updated the storage string. Fixes bug #1017498.

To post a comment you must log in.
Revision history for this message
Rick McBride (rmcbride) :
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/services.py'
2--- ubuntuone/web/tests/sst/shared/actions/services.py 2012-06-01 16:09:57 +0000
3+++ ubuntuone/web/tests/sst/shared/actions/services.py 2012-06-25 13:42:20 +0000
4@@ -72,7 +72,7 @@
5 get_element(tag='h2', text='Storage')
6 get_element(tag='li', text='20 GB')
7 get_element(tag='li', text='$2.99 / month')
8- get_element(tag='li', text='or $29.99 / year')
9+ get_element(tag='li', text='$29.99 / year')
10
11 def assert_discount_information():
12 """Assert that the yearly discount information is the expected."""

Subscribers

People subscribed via source and target branches