expect(page).tohave_content('Welcome to the guided GitLab tour')
Sidekiq::Worker.drain_all
click_on'Show me everything'
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')
click_on'Learn GitLab'
expect(page).tohave_content('We prepared tutorials to help you set up GitLab in a way to support your complete software development life cycle.')
expect(page).tohave_css('.popover',text: 'Go to Issues > Boards to access your personalized learning issue board. 2 / 2')
page.find('.nav-item-name',text: 'Issues').click
expect(page).tohave_css('.popover',text: 'Go to Issues > Boards to access your personalized learning issue board. 2 / 2')