~allanlesage/+junk/helipad-historical-coverage

« back to all changes in this revision

Viewing changes to functional_tests/stacks/test_stack_footer_exists.py

  • Committer: Allan LeSage
  • Date: 2013-05-07 01:26:41 UTC
  • mfrom: (80.1.8 helipad)
  • Revision ID: allan.lesage@canonical.com-20130507012641-88h9kaxkg3rz8nas
Merging ChrisGagnon's nose-exclude-dir.

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[2]/a'))
7
 
action.assert_url('{}/stack'.format(URL))
8
 
action.assert_element('#footer')