summaryrefslogtreecommitdiff
path: root/app/views/import/github
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-03 03:07:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-03 03:07:49 +0000
commitdaa5663fbe5d9fe8702e94273877f68b411121f8 (patch)
treeeb0db03be00beee7640b77c81d4a44b5983589d2 /app/views/import/github
parentac0889f2fd013e37c022b56f166ced1640a108f0 (diff)
downloadgitlab-ce-daa5663fbe5d9fe8702e94273877f68b411121f8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/import/github')
-rw-r--r--app/views/import/github/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/import/github/new.html.haml b/app/views/import/github/new.html.haml
index 518c44cc687..e86d4236be8 100644
--- a/app/views/import/github/new.html.haml
+++ b/app/views/import/github/new.html.haml
@@ -21,7 +21,7 @@
= form_tag personal_access_token_import_github_path, method: :post do
.form-group
%label.label-bold= _('Personal Access Token')
- = text_field_tag :personal_access_token, '', class: 'form-control', placeholder: _('e.g. %{token}') % { token: '8d3f016698e...' }
+ = text_field_tag :personal_access_token, '', class: 'form-control', placeholder: _('e.g. %{token}') % { token: '8d3f016698e...' }, data: { qa_selector: 'personal_access_token_field' }
%span.form-text.text-muted
= import_github_personal_access_token_message
@@ -29,4 +29,4 @@
.form-actions.d-flex.justify-content-end
= link_to _('Cancel'), new_project_path, class: 'btn'
- = submit_tag _('Authenticate'), class: 'btn btn-success ml-2'
+ = submit_tag _('Authenticate'), class: 'btn btn-success ml-2', data: { qa_selector: 'authenticate_button' }