Merge lp:~elopio/ubuntuone-testing/update-services-information into lp:ubuntuone-testing

Proposed by Leo Arias
Status: Merged
Approved by: Leo Arias
Approved revision: 43
Merged at revision: 45
Proposed branch: lp:~elopio/ubuntuone-testing/update-services-information
Merge into: lp:ubuntuone-testing
Diff against target: 14 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/update-services-information
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
Review via email: mp+78542@code.launchpad.net

Commit message

update the tests to the new information displayed in the services page.

Description of the change

A little fix to update the tests to the new information displayed in the services page.

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

Nice. Sorry I missed this last week.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ubuntuone/web/tests/sst/shared/actions/services.py'
--- ubuntuone/web/tests/sst/shared/actions/services.py 2011-09-15 07:32:09 +0000
+++ ubuntuone/web/tests/sst/shared/actions/services.py 2011-10-07 05:38:58 +0000
@@ -55,8 +55,8 @@
55 #get_element(tag='h1', text='Music Streaming')55 #get_element(tag='h1', text='Music Streaming')
56 get_element(css_class='try-free', text='Try for FREE')56 get_element(css_class='try-free', text='Try for FREE')
57 get_element(tag='li', text='Music streaming on your mobile')57 get_element(tag='li', text='Music streaming on your mobile')
58 get_element(tag='li', text='20 GB of Storage built in')58 get_element(tag='li', text='20 GB of Storage for all your data')
59 get_element(tag='li', text='Listen offline on Android')59 get_element(tag='li', text='Listen offline')
60 get_element(tag='li', text='$3.99 / month or $39.99 / year')60 get_element(tag='li', text='$3.99 / month or $39.99 / year')
6161
62def assert_storage_service_information():62def assert_storage_service_information():

Subscribers

People subscribed via source and target branches