Skip to content

Removing qa_selector from qa_data_stores part 4

Andy Hohenner requested to merge remove-qa-selector-9-data-stores-part-4 into master

What does this MR do and why?

This MR is in support of Phase out `data-qa-selector` and replace it wit... (gitlab-org/quality/quality-engineering/team-tasks#1822 - closed), migrating from using qa_selector to testid. I've migrated the rest of the scripts from 9_data_stores.

This is the last in a series of MRs:

How to set up and validate locally

From the qa directory:

bundle install
export WEBDRIVER_HEADLESS=false # If you'd like to watch the test in action
export QA_GITLAB_URL="http://gdk.test:3000" # Only needed if GDK is not running on http://127.0.0.1:3000
bundle exec rspec qa/specs/features/browser_ui/9_data_stores/

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 Andy Hohenner

Merge request reports

Loading