Skip to content

Commit

Permalink
Fix profiles page test
Browse files Browse the repository at this point in the history
  • Loading branch information
mercihabam committed Oct 21, 2024
1 parent b2958a7 commit e1fb001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/selenium/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def profiles(self):
list_item.find_element(By.TAG_NAME, 'a').click()
self.wait_with_folder_list()
self.safari_workaround()
self.wait_for_navigation_to_complete()
assert self.by_class('profile_content_title').text == 'Profiles'

if __name__ == '__main__':
Expand Down

0 comments on commit e1fb001

Please sign in to comment.