~elopio/osqa-sst-helpers/create-account

« back to all changes in this revision

Viewing changes to sso_sst_helpers/actions/log_in.py

  • Committer: leo.arias at canonical
  • Date: 2012-09-18 22:02:19 UTC
  • Revision ID: leo.arias@canonical.com-20120918220219-yfhsi9fp6rreae5w
Added the actions to create a new account.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
def _get_continue_button():
42
42
    return get_element(css_class='btn', name='continue')
 
43
 
 
44
 
 
45
def click_create_new_account():
 
46
    click_link(get_element(_get_new_account_link())
 
47
 
 
48
 
 
49
def _get_new_account_link():
 
50
    return get_element(href='+new_account')