Commit 51ded590 authored by GitLab Bot's avatar GitLab Bot

Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-11-06

# Conflicts:
#	qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb

[ci skip]
parents cbd600cd 57bc28e7
......@@ -5,7 +5,11 @@ module QA
it 'user registers and logs in' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
<<<<<<< HEAD
Resource::User.fabricate_via_browser_ui!
=======
Resource::User.fabricate!
>>>>>>> upstream/master
# TODO, since `Signed in successfully` message was removed
# 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