Commit 05b25bba authored by Mark Lapierre's avatar Mark Lapierre Committed by Stan Hu

Sign in as an admin account when adding a license

parent 48ce8a0a
......@@ -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