diff options
| author | George Tsiolis <tsiolis.g@gmail.com> | 2018-10-03 08:31:03 +0000 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2018-10-03 08:31:03 +0000 |
| commit | 8c1568d9766c674054f90af0816dbeebcdb8e2ce (patch) | |
| tree | 83abfaa471bfcfb4173d71649bc2cfcedbfc2b19 /spec/features/admin | |
| parent | 09f38f8d13b19c48e52ba6771cd26f218feddab2 (diff) | |
| download | gitlab-ce-8c1568d9766c674054f90af0816dbeebcdb8e2ce.tar.gz | |
Add copy to clipboard button for application id and secret
Diffstat (limited to 'spec/features/admin')
| -rw-r--r-- | spec/features/admin/admin_manage_applications_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/admin/admin_manage_applications_spec.rb b/spec/features/admin/admin_manage_applications_spec.rb index f979d2f6090..a4904272706 100644 --- a/spec/features/admin/admin_manage_applications_spec.rb +++ b/spec/features/admin/admin_manage_applications_spec.rb @@ -16,7 +16,7 @@ RSpec.describe 'admin manage applications' do check :doorkeeper_application_trusted click_on 'Submit' expect(page).to have_content('Application: test') - expect(page).to have_content('Application Id') + expect(page).to have_content('Application ID') expect(page).to have_content('Secret') expect(page).to have_content('Trusted Y') @@ -28,7 +28,7 @@ RSpec.describe 'admin manage applications' do click_on 'Submit' expect(page).to have_content('test_changed') - expect(page).to have_content('Application Id') + expect(page).to have_content('Application ID') expect(page).to have_content('Secret') expect(page).to have_content('Trusted N') |
