Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b5bfee66
Commit
b5bfee66
authored
Mar 22, 2022
by
syarynovskyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused test with confetti_post_signup candidate
parent
e84ed114
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
ee/spec/features/registrations/user_sees_new_onboarding_flow_spec.rb
...tures/registrations/user_sees_new_onboarding_flow_spec.rb
+0
-41
No files found.
ee/spec/features/registrations/user_sees_new_onboarding_flow_spec.rb
View file @
b5bfee66
...
...
@@ -42,45 +42,4 @@ RSpec.describe 'User sees new onboarding flow', :js do
expect
(
page
).
to
have_content
(
'Learn GitLab'
)
expect
(
page
).
to
have_content
(
'GitLab is better with colleagues!'
)
end
context
'with confetti_post_signup experiment candidate experience'
,
:experiment
do
before
do
stub_experiments
(
combined_registration: :control
,
confetti_post_signup: :candidate
)
end
it
'shows continuous onboarding flow pages with celebration invite modal'
do
sign_in
(
create
(
:user
))
visit
users_sign_up_welcome_path
expect
(
page
).
to
have_content
(
'Welcome to GitLab'
)
choose
'Just me'
click_on
'Continue'
expect
(
page
).
to
have_content
(
'Create your group'
)
fill_in
'group_name'
,
with:
'test'
expect
(
page
).
to
have_field
(
'group_path'
,
with:
'test'
)
click_on
'Create group'
expect
(
page
).
to
have_content
(
'Create/import your first project'
)
fill_in
'project_name'
,
with:
'test'
expect
(
page
).
to
have_field
(
'project_path'
,
with:
'test'
)
click_on
'Create project'
expect
(
page
).
to
have_content
(
'Get started with GitLab'
)
Sidekiq
::
Worker
.
drain_all
click_on
"Ok, let's go"
expect
(
page
).
to
have_content
(
'Learn GitLab'
)
expect
(
page
).
to
have_content
(
'GitLab is better with colleagues!'
)
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment