diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-06-07 18:38:37 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-06-07 18:38:37 +0200 |
commit | f20337ca8ef39bf9907a09e23111262d0dfa4e49 (patch) | |
tree | d9a758ae81f807f8866fe6fcc8869d84217c0914 /features | |
parent | beb41aac383dbe525403b418841c55fbb13d7440 (diff) | |
download | gitlab-ce-f20337ca8ef39bf9907a09e23111262d0dfa4e49.tar.gz |
Fix for Login Test Problem
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/explore/new_menu.rb | 2 |
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") |