diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-10-11 14:58:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-10-13 20:03:34 +0000 |
commit | b565cf9454043c9c1c05880327491a9122368e02 (patch) | |
tree | 5dfbde868d4d297783a4bbda8142841f36be32a4 /server | |
parent | b5fbdff6d4c84c5fbc26adc5a07170fc7ba5acf4 (diff) | |
download | sonarqube-b565cf9454043c9c1c05880327491a9122368e02.tar.gz sonarqube-b565cf9454043c9c1c05880327491a9122368e02.zip |
SONAR-15473 Add IT on quick fix available for issue
Diffstat (limited to 'server')
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/issue/components/IssueMessage.tsx b/server/sonar-web/src/main/js/components/issue/components/IssueMessage.tsx index bd59dbebd82..9fd8c2ce3fd 100644 --- a/server/sonar-web/src/main/js/components/issue/components/IssueMessage.tsx +++ b/server/sonar-web/src/main/js/components/issue/components/IssueMessage.tsx @@ -72,7 +72,7 @@ export default function IssueMessage(props: IssueMessageProps) { /> } mouseLeaveDelay={0.5}> - <SonarLintIcon className="spacer-right" size={15} /> + <SonarLintIcon className="it__issues-sonarlint-quick-fix spacer-right" size={15} /> </Tooltip> )} <ButtonLink diff --git a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueMessage-test.tsx.snap b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueMessage-test.tsx.snap index 94baa6b09fd..47dd644ce43 100644 --- a/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueMessage-test.tsx.snap +++ b/server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueMessage-test.tsx.snap @@ -207,7 +207,7 @@ exports[`should render correctly: with quick fix 1`] = ` } > <SonarLintIcon - className="spacer-right" + className="it__issues-sonarlint-quick-fix spacer-right" size={15} /> </Tooltip> |