summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper
diff options
context:
space:
mode:
authorddavison <ddavison@gitlab.com>2019-07-15 15:54:05 -0700
committerddavison <ddavison@gitlab.com>2019-07-15 15:54:05 -0700
commit119be7ffd12d72b0871357330145efbacef4d4e6 (patch)
treec1939f3327cf5bdc97abff9866de7eb856676af3 /app/views/doorkeeper
parentfea51969fbc5fcb843b9cbb40e8a13faf117d032 (diff)
downloadgitlab-ce-119be7ffd12d72b0871357330145efbacef4d4e6.tar.gz
Refactor more common Page Objects to use data tagsqa-selector-uniformization-common-2
Common usages within GitLab QA include login page, navbars and layouts
Diffstat (limited to 'app/views/doorkeeper')
-rw-r--r--app/views/doorkeeper/authorizations/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/doorkeeper/authorizations/new.html.haml b/app/views/doorkeeper/authorizations/new.html.haml
index dae9a7acf6b..5d57337a568 100644
--- a/app/views/doorkeeper/authorizations/new.html.haml
+++ b/app/views/doorkeeper/authorizations/new.html.haml
@@ -46,4 +46,4 @@
= hidden_field_tag :response_type, @pre_auth.response_type
= hidden_field_tag :scope, @pre_auth.scope
= hidden_field_tag :nonce, @pre_auth.nonce
- = submit_tag _("Authorize"), class: "btn btn-success prepend-left-10"
+ = submit_tag _("Authorize"), class: "btn btn-success prepend-left-10", data: { qa_selector: 'authorization_button' }