summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-06-07 18:38:37 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-06-07 18:38:37 +0200
commitf20337ca8ef39bf9907a09e23111262d0dfa4e49 (patch)
treed9a758ae81f807f8866fe6fcc8869d84217c0914 /features/steps
parentbeb41aac383dbe525403b418841c55fbb13d7440 (diff)
downloadgitlab-ce-f20337ca8ef39bf9907a09e23111262d0dfa4e49.tar.gz
Fix for Login Test Problem
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/explore/new_menu.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/steps/explore/new_menu.rb b/features/steps/explore/new_menu.rb
index bcb6e1eb708..17fd3a9a8ce 100644
--- a/features/steps/explore/new_menu.rb
+++ b/features/steps/explore/new_menu.rb
@@ -2,6 +2,8 @@ class Spinach::Features::NewMenu < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
+ include SharedGroup
+ include SharedUser
step 'I click "New project" in top right menu' do
click_topmenuitem("New project")