Commit f8eda01f authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents a857f4fd 4f8bdb01
......@@ -57,8 +57,12 @@ module QA
end
def go_to_profile_settings
within_user_menu do
click_link 'Settings'
with_retry(reload: false) do
within_user_menu do
click_link 'Settings'
end
has_text?('User Settings')
end
end
......
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