diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-01-16 14:18:15 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-01-16 14:18:15 +0500 |
commit | ffb17a3b5492223a889825b5cecd14a3ee797e50 (patch) | |
tree | 81159d682573ee7da33675b8f28bc85a150d2122 /app/views | |
parent | 88189d31669da6829ce425ae477908febf281ab4 (diff) | |
download | gitlab-ce-ffb17a3b5492223a889825b5cecd14a3ee797e50.tar.gz |
Use qa element with wait
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/_personal_access_tokens_created_container.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_personal_access_tokens_created_container.html.haml b/app/views/shared/_personal_access_tokens_created_container.html.haml index 3150d39b84a..a8d3de66418 100644 --- a/app/views/shared/_personal_access_tokens_created_container.html.haml +++ b/app/views/shared/_personal_access_tokens_created_container.html.haml @@ -6,7 +6,7 @@ = container_title .form-group .input-group - = text_field_tag 'created-personal-access-token', new_token_value, readonly: true, class: "form-control js-select-on-focus", 'aria-describedby' => "created-token-help-block" + = text_field_tag 'created-personal-access-token', new_token_value, readonly: true, class: "qa-created-personal-access-token form-control js-select-on-focus", 'aria-describedby' => "created-token-help-block" %span.input-group-append = clipboard_button(text: new_token_value, title: clipboard_button_title, placement: "left", class: "input-group-text btn-default btn-clipboard") %span#created-token-help-block.form-text.text-muted.text-danger Make sure you save it - you won't be able to access it again. |