Use retry to stablize go_to_profile_settings
This commit is contained in:
parent
c2b3f64cb4
commit
8ee50d6bfa
1 changed files with 6 additions and 2 deletions
|
@ -57,9 +57,13 @@ module QA
|
|||
end
|
||||
|
||||
def go_to_profile_settings
|
||||
with_retry(reload: false) do
|
||||
within_user_menu do
|
||||
click_link 'Settings'
|
||||
end
|
||||
|
||||
has_text?('User Settings')
|
||||
end
|
||||
end
|
||||
|
||||
def has_personal_area?(wait: Capybara.default_max_wait_time)
|
||||
|
|
Loading…
Reference in a new issue