Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-14 03:09:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-14 03:09:32 +0300
commit804348d39bc1815441c6c4d901a2cf32d5136f9a (patch)
treea3ec6279260b84faa6561dfc21dc411a2834387d /spec/features/admin
parent75f2fd2ba85fea64ee1a42f704c4872282f55eb5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_settings_spec.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/spec/features/admin/admin_settings_spec.rb b/spec/features/admin/admin_settings_spec.rb
index 55d3ad3aca3..b78d6777a1a 100644
--- a/spec/features/admin/admin_settings_spec.rb
+++ b/spec/features/admin/admin_settings_spec.rb
@@ -383,20 +383,6 @@ RSpec.describe 'Admin updates settings', feature_category: :shared do
end
end
- context 'when the `slack_app_self_managed` flag is disabled' do
- before do
- stub_feature_flags(slack_app_self_managed: false)
- visit general_admin_application_settings_path
- end
-
- it 'does not display any sections' do
- expect(page).not_to have_selector('.as-slack')
- expect(page).not_to have_content(configure_heading)
- expect(page).not_to have_content(create_heading)
- expect(page).not_to have_content(update_heading)
- end
- end
-
it 'changes the settings' do
page.within('.as-slack') do
check 'Enable GitLab for Slack app'