Merge branch 'sh-fix-ldap-qa' into 'master'
Fix LDAP QA specs failing due to button change See merge request gitlab-org/gitlab-ce!21622
This commit is contained in:
commit
c777f07453
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module QA
|
|||
end
|
||||
|
||||
def ldap_tab?
|
||||
page.has_button?('LDAP')
|
||||
page.has_link?('LDAP')
|
||||
end
|
||||
|
||||
def switch_to_sign_in_tab
|
||||
|
|
Loading…
Reference in a new issue