Commit 043c7300 authored by Stan Hu's avatar Stan Hu

Fix LDAP QA specs failing due to button change

The LDAP tab is no longer a button, but is now a link. Update the QA page
to check for a link.
parent 98a5413d
......@@ -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
......
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