diff options
author | 7PH <benjamin.raymond@sonarsource.com> | 2023-11-28 17:39:03 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-01 20:02:43 +0000 |
commit | 77ec19255b9b42f10450e7e99277cd73861f13c8 (patch) | |
tree | 521f227f1c7f508db94b5426313be5a608a4b64c /server/sonar-web/src/main/js/apps/quality-profiles | |
parent | 42dfd5eb6df45e8bc3f7ddeae0f40bd03addbe9a (diff) | |
download | sonarqube-77ec19255b9b42f10450e7e99277cd73861f13c8.tar.gz sonarqube-77ec19255b9b42f10450e7e99277cd73861f13c8.zip |
SONAR-21112 Drop 'issue' and 'rule' word repetition in CCT badges
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/ChangelogContainer-it.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/ChangelogContainer-it.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/ChangelogContainer-it.tsx index b2e05bc57ec..7a9fa5131f1 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/ChangelogContainer-it.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/changelog/__tests__/ChangelogContainer-it.tsx @@ -92,7 +92,7 @@ it('should see the changelog', async () => { 'April 23, 2019', 'System', 'quality_profiles.changelog.DEACTIVATED', - 'Rule 0issue.clean_code_attribute_category.RESPONSIBLE.title_shortsoftware_quality.SECURITYsoftware_quality.MAINTAINABILITY', + 'Rule 0issue.clean_code_attribute_category.RESPONSIBLEsoftware_quality.SECURITYsoftware_quality.MAINTAINABILITY', [/quality_profiles.deprecated_severity_set_to severity.MAJOR/], ); ui.checkRow( @@ -100,7 +100,7 @@ it('should see the changelog', async () => { '', '', '', - 'Rule 1issue.clean_code_attribute_category.RESPONSIBLE.title_shortsoftware_quality.SECURITYsoftware_quality.MAINTAINABILITY', + 'Rule 1issue.clean_code_attribute_category.RESPONSIBLEsoftware_quality.SECURITYsoftware_quality.MAINTAINABILITY', [ /quality_profiles.deprecated_severity_set_to severity.CRITICAL/, /quality_profiles.changelog.cca_and_category_changed.*COMPLETE.*INTENTIONAL.*LAWFUL.*RESPONSIBLE/, |