~erobererunc/sahana-eden/tropo_xforms

« back to all changes in this revision

Viewing changes to static/selenium/src/logout.py

  • Committer: Michael
  • Date: 2010-12-16 13:45:28 UTC
  • mfrom: (1479.1.91 eden)
  • Revision ID: ero@gmail.com-20101216134528-7x3m6m3fk9uc9i69
mergeĀ fromĀ trunk...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
"""
2
 
No description.
3
 
"""
4
 
 
5
 
S.open('/sahana/default/login')
6
 
S.clickAndWait('link=Logout')
7
 
S.verifyTextPresent('Logged Out')