~fginther/helipad/add-missing-coverage-data-file

« back to all changes in this revision

Viewing changes to tests/functional/projects/test_goto_projects.py

  • Committer: Allan LeSage
  • Date: 2013-07-12 20:16:27 UTC
  • Revision ID: allan.lesage@canonical.com-20130712201627-gpj2twk154g7lwpn
Initial commit, trunk r118.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from sst import actions as action
 
2
from settings import URL
 
3
 
 
4
action.go_to(URL)
 
5
#click the projects link in the top_nav
 
6
action.click_link(action.get_element_by_xpath('//*[@id="top_nav"]/ul/li[3]/a'))
 
7
action.assert_url('{}/project'.format(URL))