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>2021-04-30 02:11:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-30 02:11:26 +0300
commitffc23157029c14086bd19e4c1c9f7fcf6092c0bd (patch)
treeb0463e8f314bd2ae43640135142f9fea8495295c /spec/features
parentbbdea2d94d2d87b366fe8e023dcc76c78cfe2375 (diff)
Add latest changes from gitlab-org/gitlab@13-11-stable-ee
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/admin/admin_settings_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/admin/admin_settings_spec.rb b/spec/features/admin/admin_settings_spec.rb
index 9a2e2eb2f6f..90ce865cc00 100644
--- a/spec/features/admin/admin_settings_spec.rb
+++ b/spec/features/admin/admin_settings_spec.rb
@@ -305,6 +305,10 @@ RSpec.describe 'Admin updates settings' do
expect(page).not_to have_content('Some settings have moved')
end
+
+ it 'shows integrations table' do
+ expect(page).to have_selector '[data-testid="inactive-integrations-table"]'
+ end
end
context 'CI/CD page' do