Restore changes from:

190afc62fb

It was lost during a conflict resolution
This commit is contained in:
Lin Jen-Shin 2018-11-06 19:25:45 +08:00
parent b4ecbef24d
commit 11a6c79314
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module QA
it 'user registers and logs in' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Resource::User.fabricate!
Resource::User.fabricate_via_browser_ui!
# TODO, since `Signed in successfully` message was removed
# this is the only way to tell if user is signed in correctly.