gitlab-org--gitlab-foss/app/views/ci/variables
Lin Jen-Shin 0446419a83 Use qa selectors for secret variables
The problem of using .js-ci-variable-input-value is that,
whenever the value is hidden, then this selector won't be set,
instead, .js-secret-value-placeholder would be set.

If we just fill the value, the value is revealed. But if
we visit this later, the values were be hidden. This means
we don't have a consistent way to count the values.

Adding an unique qa selector to both revealed and hidden
values would make it easier to track the values.

To make it look more consistent, let's also do the same
for the key.
2018-04-21 01:18:18 +08:00
..
_content.html.haml Use dynamic variable list in scheduled pipelines and group/project CI secret variables 2018-02-05 13:09:29 -06:00
_index.html.haml Use dynamic variable list in scheduled pipelines and group/project CI secret variables 2018-02-05 13:09:29 -06:00
_variable_row.html.haml Use qa selectors for secret variables 2018-04-21 01:18:18 +08:00