diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-02-27 11:50:46 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-02-28 20:20:56 +0100 |
commit | 8fea84e4d16e93e20930efa3bbea044625071e31 (patch) | |
tree | e700e8093bd1f5c3e0e4f97a4bb1815519cfdbb6 | |
parent | c927c0f08c432b74e667762f678621d11f0e8300 (diff) | |
download | sonarqube-8fea84e4d16e93e20930efa3bbea044625071e31.tar.gz sonarqube-8fea84e4d16e93e20930efa3bbea044625071e31.zip |
Re-activate all tests for the ExtendProfileForm component
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-profiles/components/__tests__/ExtendProfileForm-test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |