Skip to content

Fix ambiguous match 'ci_variable_table_content'

Tiffany Rea requested to merge 414585-fix-ambiguous-match into master

What does this MR do and why?

Fix failure due to ambiguous match #414585 (closed). This is because we are rolling out a new inherited CI variable !123490 (merged) and this table also shows up in the DOM with data-qa-selector="ci_variable_table_content" but with a different data-testid inherited-ci-variable-table. With the effort of switching to use data-testid in E2E tests page object, I'm removing the data-qa-selector="ci_variable_table_content" and switch over to referencing the data-testid="ci-variable-table".

MR acceptance checklist

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

Related to #414585 (closed)

Merge request reports

Loading