Commit 3fdd52bc authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix admin area selector in GitLab QA

Fixes gitlab-org/gitlab-qa#66
parent 1f491154
......@@ -11,7 +11,7 @@ module QA
end
def go_to_admin_area
within_top_menu { click_link 'Admin area' }
within_top_menu { find('.admin-icon').click }
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