Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-06-07 19:38:37 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-06-07 19:38:37 +0300
commitf20337ca8ef39bf9907a09e23111262d0dfa4e49 (patch)
treed9a758ae81f807f8866fe6fcc8869d84217c0914 /features
parentbeb41aac383dbe525403b418841c55fbb13d7440 (diff)
Fix for Login Test Problem
Diffstat (limited to 'features')
-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")