Skip to content

Commit

Permalink
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 a2c27c0 commit 8ce653d
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 @@ -44,6 +44,7 @@ def good_login(self):
assert self.by_class('content_title') != None

def good_logout(self):
print(" - DOM: {0}".format(self.by_tag('body').get_attribute('innerHTML')))
self.logout()
self.wait()
print(" - Sys messages: {0}".format(self.by_class('sys_messages').text))
Expand Down

0 comments on commit 8ce653d

Please sign in to comment.