| `db_partitions_present` | Gauge | [13.4](https://gitlab.com/gitlab-org/gitlab/-/issues/227353) | Number of database partitions present |
| `db_partitions_missing` | Gauge | [13.4](https://gitlab.com/gitlab-org/gitlab/-/issues/227353) | Number of database partitions currently expected, but not present |
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')