diff options
| author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-01-08 16:08:02 -0600 |
|---|---|---|
| committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-01-08 18:38:29 -0600 |
| commit | 6eea09fd2e70d94a4294608c052d13c73bb0abd1 (patch) | |
| tree | 1342fd7d8eae57db42bf8d7441fc8f2ba5179e60 /spec/features/admin | |
| parent | 1b3affafab0f28c690ce93cc98ac6bd09cbda59f (diff) | |
| download | gitlab-ce-6eea09fd2e70d94a4294608c052d13c73bb0abd1.tar.gz | |
Fixes Auto DevOps Domain title on admin settings
Changes "Auto devops" to "Auto DevOps" on CI/CD admin settings
Diffstat (limited to 'spec/features/admin')
| -rw-r--r-- | spec/features/admin/admin_settings_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_settings_spec.rb b/spec/features/admin/admin_settings_spec.rb index 0a69a26eb3e..04f39b807d7 100644 --- a/spec/features/admin/admin_settings_spec.rb +++ b/spec/features/admin/admin_settings_spec.rb @@ -238,7 +238,7 @@ describe 'Admin updates settings' do page.within('.as-ci-cd') do check 'Default to Auto DevOps pipeline for all projects' - fill_in 'Auto devops domain', with: 'domain.com' + fill_in 'application_setting_auto_devops_domain', with: 'domain.com' click_button 'Save changes' end |
