gitlab-org--gitlab-foss/app/views/ci
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
..
lints Remove unused css class 2018-03-26 17:03:12 -06:00
runner Add a button to deploy a runner to a Kubernetes cluster in the settings page 2018-02-23 13:26:51 -03:00
status Resolve "Show `failure_reason` and upgrade tooltips of jobs" 2018-04-05 21:04:42 +00:00
variables Use qa selectors for secret variables 2018-04-21 01:18:18 +08:00