Skip to content

Commit

Permalink
Fixed logout locator.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jun 5, 2012
1 parent f490e78 commit 11493da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class MozTrapBasePage(Page):

_user_name_locator = 'css=#accountnav .account-welcome .fn'
_logout_locator = 'css=#accountnav .account-links .signout'
_logout_locator = 'css=#logoutform > button'

@property
def is_user_logged_in(self):
Expand Down

0 comments on commit 11493da

Please sign in to comment.