Merge lp:~canonical-isd-hackers/canonical-identity-provider/sst-test into lp:canonical-identity-provider/release

Proposed by Simon Davy
Status: Merged
Approved by: Ricardo Kirkner
Approved revision: no longer in the source branch.
Merged at revision: 407
Proposed branch: lp:~canonical-isd-hackers/canonical-identity-provider/sst-test
Merge into: lp:canonical-identity-provider/release
Diff against target: 9 lines (+1/-1)
1 file modified
identityprovider/tests/acceptance/root/link_logo.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-isd-hackers/canonical-identity-provider/sst-test
Reviewer Review Type Date Requested Status
Ricardo Kirkner (community) Approve
Review via email: mp+106402@code.launchpad.net

Commit message

Tweak to acceptance tests due to ubuntu homepage change

Description of the change

Tweak for ubuntu home page title change inacceptance tests

To post a comment you must log in.
Revision history for this message
Ricardo Kirkner (ricardokirkner) wrote :

LGTM. Maybe we want to ditch acceptance tests relying on external sites :/

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'identityprovider/tests/acceptance/root/link_logo.py'
2--- identityprovider/tests/acceptance/root/link_logo.py 2012-01-10 21:17:33 +0000
3+++ identityprovider/tests/acceptance/root/link_logo.py 2012-05-18 15:17:20 +0000
4@@ -15,4 +15,4 @@
5 el = get_element(id='footer-logo')
6 link = el.find_element_by_tag_name('a')
7 link.click()
8-wait_for(assert_title, 'Homepage | Ubuntu')
9+wait_for(assert_title, 'Home | Ubuntu')