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:
Diffstat (limited to 'spec/features/projects/user_creates_project_spec.rb')
-rw-r--r--spec/features/projects/user_creates_project_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/features/projects/user_creates_project_spec.rb b/spec/features/projects/user_creates_project_spec.rb
index a590d637801..96156f14cfc 100644
--- a/spec/features/projects/user_creates_project_spec.rb
+++ b/spec/features/projects/user_creates_project_spec.rb
@@ -3,6 +3,8 @@
require 'spec_helper'
RSpec.describe 'User creates a project', :js, feature_category: :groups_and_projects do
+ include ListboxHelpers
+
let(:user) { create(:user) }
before do
@@ -110,7 +112,7 @@ RSpec.describe 'User creates a project', :js, feature_category: :groups_and_proj
fill_in :project_path, with: 'a-subgroup-project'
click_on 'Pick a group or namespace'
- click_button subgroup.full_path
+ select_listbox_item subgroup.full_path
click_button('Create project')