Failure in browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb | Failure/Error: expect(show.pipeline_id).to eq(project.pipelines.first[:id]) expected: 8 got: 7

Summary

Job: https://gitlab.com/gitlab-org/quality/nightly/-/jobs/1926789516

Stack trace

Failures:
  1) Verify Update CI file with pipeline editor creates new pipeline and target branch
     Failure/Error: expect(show.pipeline_id).to eq(project.pipelines.first[:id])
     
       expected: 8
            got: 7
     
       (compared using ==)
     # ./qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb:53:in `block (5 levels) in <module:QA>'
     # ./qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb:49:in `block (4 levels) in <module:QA>'
     # ./qa/scenario/actable.rb:16:in `perform'
     # ./qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb:44:in `block (3 levels) in <module:QA>'

Screenshot / HTML page

Expand for screenshot verify_update_ci_file_with_pipeline_editor_creates_new_pipeline_and_target_branch

Possible fixes