Skip to content

Fix failing QA spec for pipeline editor lint

Mireya Andres requested to merge fix-pipeline-editor-lint-qa into master

What does this MR do and why?

Fix for #368205 (closed)

When the feature flag simulate_pipeline is enabled, the Lint tab is replaced by the Validate tab. Since qa/qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_lint_spec.rb is about testing the Lint tab, the specs can only pass when simulate_pipeline is disabled. Thus, this MR ensures that we disable the feature flag before we run each test.

Screenshots or screen recordings

N/A

How to set up and validate locally

qa/qa/specs/features/browser_ui/4_verify/pipeline/pipeline_editor_lint_spec.rb should pass.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports