Transient spec failure in spec/features/users/snippets_spec.rb
https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/31178097
Failures:
1) Snippets tab on a user profile when the user has snippets pagination behaves like paginated snippets is limited to 20 items per page
Failure/Error: expect(page.all('.snippets-list-holder .snippet-row').count).to eq(Snippet.default_per_page)
expected: 1
got: 0
(compared using ==)
Shared Example Group: "paginated snippets" called from ./spec/features/users/snippets_spec.rb:17
# ./spec/support/snippets_shared_examples.rb:4:in `block (2 levels) in <top (required)>'
Finished in 10 minutes 21 seconds (files took 19.12 seconds to load)
1147 examples, 1 failure, 11 pending
Failed examples:
rspec './spec/features/users/snippets_spec.rb[1:1:1:1:1]' # Snippets tab on a user profile when the user has snippets pagination behaves like paginated snippets is limited to 20 items per page
Based on the Capybara screenshot, it looks like the Snippets page never actually loaded. Notice how the contributor calendar wasn't cleared out:
