Commit 78ff726d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix/gb/qa/fix-outdated-admin-area-link-title' into 'master'

Fix outdated 'Admin area' link label in GitLab QA

Closes gitlab-qa#41

See merge request !10646
parents a179c5ca c7003cb5
......@@ -11,7 +11,7 @@ module QA
end
def go_to_admin_area
within_user_menu { click_link 'Admin Area' }
within_user_menu { click_link 'Admin area' }
end
def sign_out
......
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