Commit cf6c49d0 authored by Stan Hu's avatar Stan Hu

Fix failing CI/CD add/remove variable test

The selector name was wrong, causing the QA smoke test to fali.

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/214910
parent 03f1d4a0
......@@ -132,7 +132,7 @@ export default {
aria-controls="token-suggestions"
aria-haspopup="listbox"
:aria-expanded="showSuggestions"
data-qa-selector="variable_key"
data-qa-selector="ci_variable_key_field"
@input="onEntry"
@keydown.down="onArrowDown"
@keydown.up="onArrowUp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment