From b57f24ba167742f7665a02cd7113d700197ac4a7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 16 Feb 2022 00:15:19 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/security_configuration/components/feature_card_spec.js | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/frontend/security_configuration') diff --git a/spec/frontend/security_configuration/components/feature_card_spec.js b/spec/frontend/security_configuration/components/feature_card_spec.js index 0eca2c27075..2b74be19480 100644 --- a/spec/frontend/security_configuration/components/feature_card_spec.js +++ b/spec/frontend/security_configuration/components/feature_card_spec.js @@ -113,7 +113,6 @@ describe('FeatureCard component', () => { context | available | configured | expectedStatus ${'a configured feature'} | ${true} | ${true} | ${'Enabled'} ${'an unconfigured feature'} | ${true} | ${false} | ${'Not enabled'} - ${'an available feature with unknown status'} | ${true} | ${undefined} | ${''} ${'an unavailable feature'} | ${false} | ${false} | ${'Available with Ultimate'} ${'an unavailable feature with unknown status'} | ${false} | ${undefined} | ${'Available with Ultimate'} `('given $context', ({ available, configured, expectedStatus }) => { -- cgit v1.2.3