Commit 15a7ac05 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-stabalize-go_to_profile_settings' into 'master'

Use retry to improve reliability of go_to_profile_settings

Closes gitlab-org/quality/nightly#65

See merge request gitlab-org/gitlab-ce!24719
parents 4649b8b8 8ee50d6b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment