From 3832718d895bf8268f3e3aac85948e2792769345 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Jan 2020 18:08:47 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/profiles/user_manages_applications_spec.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/features/profiles') diff --git a/spec/features/profiles/user_manages_applications_spec.rb b/spec/features/profiles/user_manages_applications_spec.rb index 7a961855c92..668c4e8c784 100644 --- a/spec/features/profiles/user_manages_applications_spec.rb +++ b/spec/features/profiles/user_manages_applications_spec.rb @@ -20,16 +20,19 @@ describe 'User manages applications' do expect(page).to have_content 'Application: test' expect(page).to have_content 'Application ID' expect(page).to have_content 'Secret' + expect(page).to have_content 'Confidential Yes' click_on 'Edit' expect(page).to have_content 'Edit application' fill_in :doorkeeper_application_name, with: 'test_changed' + uncheck :doorkeeper_application_confidential click_on 'Save application' expect(page).to have_content 'test_changed' expect(page).to have_content 'Application ID' expect(page).to have_content 'Secret' + expect(page).to have_content 'Confidential No' visit applications_profile_path -- cgit v1.2.3