Flaky test './spec/features/projects/releases/user_views_releases_spec.rb[1:2:1:1:2:1]' # User views releases when the graphql_releases_page feature flag is disabled behaves like releases page when the user is a maintainer when there is a link as an asset
Job #1218056419 failed for 3b316758:
1) User views releases when the graphql_releases_page feature flag is disabled behaves like releases page when the user is a maintainer when there is a link as an asset sees the link
Failure/Error: expect(page).to have_link release_link.name, href: direct_asset_link
expected to find link "release-18.6.dmg" with href "http://127.0.0.1:40367/namespace36/project75/-/releases/v1/downloads/binaries/awesome-app-6" within #<Capybara::Node::Element tag="div" path="/HTML/BODY[1]/DIV[3]/DIV[1]/DIV[3]/MAIN[1]/DIV[2]/DIV[2]/DIV[3]/DIV[2]/DIV[1]/DIV[1]/DIV[1]"> but there were no matches
Shared Example Group: "releases page" called from ./spec/features/projects/releases/user_views_releases_spec.rb:159
# ./spec/features/projects/releases/user_views_releases_spec.rb:45:in `block (6 levels) in <top (required)>'
# ./spec/features/projects/releases/user_views_releases_spec.rb:44:in `block (5 levels) in <top (required)>'
# ./spec/spec_helper.rb:355:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:346:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:342:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:31:in `with_raw_context'
# ./spec/spec_helper.rb:342:in `block (2 levels) in <top (required)>'
Finished in 19 minutes 3 seconds (files took 55.63 seconds to load)
214 examples, 1 failure
Failed examples:
rspec './spec/features/projects/releases/user_views_releases_spec.rb[1:2:1:1:2:1]' # User views releases when the graphql_releases_page feature flag is disabled behaves like releases page when the user is a maintainer when there is a link as an asset sees the link
Edited by Rémy Coutable
