~vila/+junk/test-in-dash-payments

« back to all changes in this revision

Viewing changes to tests/test_purchase_good.py

  • Committer: vila+qa at canonical
  • Date: 2013-04-15 12:04:21 UTC
  • Revision ID: vila+qa@canonical.com-20130415120421-0831s72yhk3tyfjh
Finally, with a way to override which browser is used in sst (and even if we need to keep compatibility with selenium >= 2.31), no more manual selenium patch are required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        browser = browsers.Browser(self)
60
60
        # We've been redirected to the web
61
61
        browser.switch_to_new_window(self)
62
 
        # FIXME: We go to one.ubuntu.com and then to login.ubuntu.com. We need
63
 
        # a way to wait for the browser to end up there...
64
62
        sactions.wait_for(sactions.assert_url_contains,
65
63
                          'https://login.ubuntu.com')
66
64
        self.assertEqual('Log in', browser.title)