Failure in browser_ui/4_verify/pipeline/pipeline_editor_branch_switcher_spec.rb | Verify Pipeline editor can switch branches and target branch field updates accordingly

Full description

Verify Pipeline editor can switch branches and target branch field updates accordingly

File path

./qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_branch_switcher_spec.rb

Stack trace

Failure/Error:
  Resource::Repository::Commit.fabricate_via_api! do |commit|
    commit.project = project
    commit.commit_message = 'Add .gitlab-ci.yml'
    commit.add_files(
      [
        {
          file_path: '.gitlab-ci.yml',
          content: <<~YAML
            stages:
              - test

QA::Resource::Errors::ResourceFabricationFailedError:
  Fabrication of QA::Resource::Repository::Commit using the API failed (404) with `{"message":"404 Project Not Found"}`.

First happened in https://ops.gitlab.net/gitlab-org/quality/staging-ref/-/jobs/6516761.

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