Skip to content

Commit

Permalink
Merge pull request #1286 from josaphatim/fix-load-settings-page-test
Browse files Browse the repository at this point in the history
Fix selenium load_settings_page test
  • Loading branch information
josaphatim authored Oct 18, 2024
2 parents fd1a72a + 027798a commit 296b44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/selenium/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def load_settings_page(self):
list_item = self.by_class('menu_settings')
list_item.find_element(By.TAG_NAME, 'a').click()
self.wait_with_folder_list()
self.wait_for_navigation_to_complete()
assert self.by_class('content_title').text == 'Site Settings'

def list_style_test(self):
Expand Down

0 comments on commit 296b44d

Please sign in to comment.