Failure in browser_ui/4_verify/testing/view_code_coverage_spec.rb | Verify Code coverage statistics creates an MR with code coverage statistics

Full description

Verify Code coverage statistics creates an MR with code coverage statistics

File path

./qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb

Stack trace

Failure/Error:
          Resource::MergeRequest.fabricate_via_api! do |mr|
            mr.project = runner.project
            mr.file_name = '.gitlab-ci.yml'
            mr.file_content = <<~EOF
              test:
                tags: [e2e-test]
                script:
                  - echo '(66.67%) covered'
            EOF
          end

QA::Resource::Errors::ResourceNotFoundError:
  Resource at https://gitlab.com/api/v4/projects/gitlab-qa-sandbox-group%2Fqa-test-2022-04-06-12-38-26-97035ba44474523c%2Fproject-with-ci-cd-b82265cbd1d82e2f?private_token=[****] could not be found (404): `{"message":"404 Project Not Found"}`.
  Correlation Id: 01FZZEB2XTKEP27XSYTSFETVRA

First happened in https://ops.gitlab.net/gitlab-org/quality/production/-/jobs/6754093.

Related test case: https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348068.