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

Proposed by Leo Arias
Status: Superseded
Proposed branch: lp:~elopio/ubuntuone-testing/fix-1017501
Merge into: lp:ubuntuone-testing
Diff against target: 16 lines (+2/-2)
1 file modified
ubuntuone/web/tests/sst/shared/actions/services.py (+2/-2)
To merge this branch: bzr merge lp:~elopio/ubuntuone-testing/fix-1017501
Reviewer Review Type Date Requested Status
Rick McBride Pending
Review via email: mp+111842@code.launchpad.net

This proposal has been superseded by a proposal from 2012-06-25.

Commit message

Updated the discount element. Fixes lp:1017501

Description of the change

Updated the discount element. Fixes lp:1017501.

To post a comment you must log in.

Unmerged revisions

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:47:30 +0000
4@@ -72,11 +72,11 @@
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."""
13- get_element(tag='h3', text='Discount')
14+ get_element(tag='h2', text='Discount')
15 get_element(tag='p', text='Two months free on Music Streaming and Storage '
16 'when you sign up for 12 months')
17

Subscribers

People subscribed via source and target branches