summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-11-06 13:39:20 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-11-06 13:39:20 +0000
commitc8b6b9f243312262e5975185f4287f7fa666f717 (patch)
tree8382cda4537d9add84cedaee0af0614965a2eb5e
parent6e9179ab461c0100f3e870c655fa566a782e0f9a (diff)
parent11a6c793146cad9e70e3101da2ad81db5453e48e (diff)
downloadgitlab-ce-c8b6b9f243312262e5975185f4287f7fa666f717.tar.gz
Merge branch 'restore-resource-user-via-browser-qa' into 'master'
Restore changes from: See merge request gitlab-org/gitlab-ce!22838
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb
index 7d5fc3c4b65..185837edacf 100644
--- a/qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb
+++ b/qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb
@@ -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.