%p=_('I’m not very familiar with the basics of project management and DevOps.')
=link_to_('Show me everything'),users_sign_up_experience_level_path(experience_level: :novice,namespace_path: params[:namespace_path]),method: :patch,class: 'stretched-link'
%p=_('I’m not familiar with the basics of DevOps.')
=link_to_('Show me the basics'),users_sign_up_experience_level_path(experience_level: :novice,namespace_path: params[:namespace_path]),method: :patch,class: 'stretched-link'
%p=_('I’m familiar with the basics of project management and DevOps.')
=link_to_('Show me more advanced stuff'),users_sign_up_experience_level_path(experience_level: :experienced,namespace_path: params[:namespace_path]),method: :patch,class: 'stretched-link'
%p=_('I’m familiar with the basics of DevOps.')
=link_to_('Show me advanced features'),users_sign_up_experience_level_path(experience_level: :experienced,namespace_path: params[:namespace_path]),method: :patch,class: 'stretched-link'
@@ -43,7 +43,7 @@ RSpec.describe 'User sees new onboarding flow', :js do
Sidekiq::Worker.drain_all
click_on'Show me everything'
click_on'Show me the basics'
expect(page).tohave_content('Learn GitLab')
expect(page).tohave_css('.popover',text: 'Here are all your projects in your group, including the one you just created. To start, let’s take a look at your personalized learning project which will help you learn about GitLab at your own pace. 1 / 2')