Skip to content
Snippets Groups Projects
Commit 582f0303 authored by Rémy Coutable's avatar Rémy Coutable Committed by Felipe Artur
Browse files

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
parent e5b4dd33
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment