Fix admin area selector in GitLab QA

Fixes gitlab-org/gitlab-qa#66
This commit is contained in:
Grzegorz Bizon
2017-09-19 10:51:19 +02:00
parent 1f4911541d
commit 3fdd52bcd1

View File

@ -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