Skip to content

Commit

Permalink
selenium test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mercihabam authored and josaphatim committed Oct 16, 2024
1 parent e9565df commit a2c27c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/selenium/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def good_login(self):
def good_logout(self):
self.logout()
self.wait()
print(" - Sys messages: {0}".format(self.by_class('sys_messages').text))
assert self.by_class('sys_messages').text == 'Session destroyed on logout'


Expand Down

0 comments on commit a2c27c0

Please sign in to comment.