diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-15 19:06:28 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-15 19:06:28 +0000 |
commit | 1d16530501b18528b1955251aa33a26b81f53161 (patch) | |
tree | d34964c3f4d499bbeca2da5ee5ef661fe09fe37c /qa | |
parent | 97e3d5ce292d056a9dd15e16823b9570832db02a (diff) | |
parent | f3cd24a9f3f581488d621475e55e3a81bbd9e67c (diff) | |
download | gitlab-ce-1d16530501b18528b1955251aa33a26b81f53161.tar.gz |
Merge branch 'if-53347_fix_impersonation_tokens' into 'master'
Display impersonation token value only after creation
See merge request gitlab-org/gitlab-ce!22916
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/profile/personal_access_tokens.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/profile/personal_access_tokens.rb b/qa/qa/page/profile/personal_access_tokens.rb index 2f0202951bb..9191dbe9cf3 100644 --- a/qa/qa/page/profile/personal_access_tokens.rb +++ b/qa/qa/page/profile/personal_access_tokens.rb @@ -8,7 +8,7 @@ module QA element :scopes_api_radios, "label :scopes" # rubocop:disable QA/ElementWithPattern end - view 'app/views/profiles/personal_access_tokens/index.html.haml' do + view 'app/views/shared/_personal_access_tokens_created_container.html.haml' do element :create_token_field, "text_field_tag 'created-personal-access-token'" # rubocop:disable QA/ElementWithPattern end |