Skip to content

Pages Update Spec to Disable FF of pages being in the deployment menu

Jason Zhang requested to merge jz-pages-ff-disable-deployment-menu into master

What does this MR do and why?

Issue: #383215 (comment 1217573915) As part of an A/B test: !98044 (merged). - The link to navigate to pages got moved to the Deployment Menu. This thus is failing our Pages E2E spec.

We're thus adding to disable the feature flag as this is an experiment. The scope is left empty as we do want this spec to still run on live environments - Staging in this case.

How to set up and validate locally

Run WEBDRIVER_HEADLESS=false GITLAB_USERNAME="gitlab-qa" GITLAB_PASSWORD="" GITLAB_QA_USER_AGENT="<user_agent>" GITLAB_QA_ADMIN_ACCESS_TOKEN="" GITHUB_ACCESS_TOKEN="58f3080c80a27684005072b4c2d3cf19ecaba72d" bundle exec bin/qa Test::Instance::All https://staging.gitlab.com' qa/specs/features/browser_ui/3_create/pages/new_static_page_spec.rb -- --tag orchestrated

MR acceptance checklist

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

Edited by Jason Zhang

Merge request reports