From 9712632edfa3d773751dd051ab45122b0e78761a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 28 Feb 2022 21:14:01 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/security_configuration/components/feature_card_spec.js | 2 +- 1 file changed, 1 insertion(+), 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 2b74be19480..f0d902bf9fe 100644 --- a/spec/frontend/security_configuration/components/feature_card_spec.js +++ b/spec/frontend/security_configuration/components/feature_card_spec.js @@ -50,7 +50,7 @@ describe('FeatureCard component', () => { expect(enableLinks.exists()).toBe(expectEnableAction); if (expectEnableAction) { expect(enableLinks).toHaveLength(1); - expect(enableLinks.at(0).props('category')).toBe('primary'); + expect(enableLinks.at(0).props('category')).toBe('secondary'); } const configureLinks = findConfigureLinks(); -- cgit v1.2.3