Commit 550ffa54 authored by Stan Hu's avatar Stan Hu

Merge branch 'ml-qa-ldap-admin-license' into 'master'

QA: Sign in as an admin account when adding a license

See merge request gitlab-org/gitlab-ee!7310
parents 48ce8a0a 05b25bba
......@@ -3,7 +3,7 @@ module QA
module Factory
class License < QA::Factory::Base
def fabricate!(license)
QA::Page::Main::Login.act { sign_in_using_credentials }
QA::Page::Main::Login.act { sign_in_using_admin_credentials }
QA::Page::Menu::Main.act { go_to_admin_area }
QA::Page::Menu::Admin.act { go_to_license }
......
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