Commit 0e59a8e5 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb

parent 51ded590
...@@ -5,11 +5,7 @@ module QA ...@@ -5,11 +5,7 @@ module QA
it 'user registers and logs in' do it 'user registers and logs in' do
Runtime::Browser.visit(:gitlab, Page::Main::Login) Runtime::Browser.visit(:gitlab, Page::Main::Login)
<<<<<<< HEAD
Resource::User.fabricate_via_browser_ui! Resource::User.fabricate_via_browser_ui!
=======
Resource::User.fabricate!
>>>>>>> upstream/master
# TODO, since `Signed in successfully` message was removed # TODO, since `Signed in successfully` message was removed
# this is the only way to tell if user is signed in correctly. # this is the only way to tell if user is signed in correctly.
......
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