From 8fea84e4d16e93e20930efa3bbea044625071e31 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Wed, 27 Feb 2019 11:50:46 +0100 Subject: [PATCH] Re-activate all tests for the ExtendProfileForm component --- .../components/__tests__/ExtendProfileForm-test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/components/__tests__/ExtendProfileForm-test.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/components/__tests__/ExtendProfileForm-test.tsx index 457e9b503c5..b1438543203 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/components/__tests__/ExtendProfileForm-test.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/components/__tests__/ExtendProfileForm-test.tsx @@ -34,7 +34,7 @@ it('should render correctly', () => { expect(wrapper).toMatchSnapshot(); }); -it.only('should correctly create a new profile and extend the existing one', async () => { +it('should correctly create a new profile and extend the existing one', async () => { const profile = mockQualityProfile(); const organization = 'org'; const name = 'New name'; -- 2.39.5