From 39b92139dff11afde629d4f6d2b2af54f5d3cbbc Mon Sep 17 00:00:00 2001 From: Mathieu Suen Date: Wed, 31 Aug 2022 12:52:17 +0200 Subject: SONAR-17020 Status message not automatically announced --- .../issues/crossComponentSourceViewer/CrossComponentSourceViewer.tsx | 2 +- .../__tests__/__snapshots__/CrossComponentSourceViewer-test.tsx.snap | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'server/sonar-web/src/main/js/apps/issues') diff --git a/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/CrossComponentSourceViewer.tsx b/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/CrossComponentSourceViewer.tsx index 6fcd02d3a24..739e1eb92f9 100644 --- a/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/CrossComponentSourceViewer.tsx +++ b/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/CrossComponentSourceViewer.tsx @@ -187,7 +187,7 @@ export default class CrossComponentSourceViewer extends React.PureComponent - + ); } diff --git a/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/__snapshots__/CrossComponentSourceViewer-test.tsx.snap b/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/__snapshots__/CrossComponentSourceViewer-test.tsx.snap index bb4d3618332..beeb3c28c2b 100644 --- a/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/__snapshots__/CrossComponentSourceViewer-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/issues/crossComponentSourceViewer/__tests__/__snapshots__/CrossComponentSourceViewer-test.tsx.snap @@ -17,7 +17,9 @@ exports[`should handle duplication popup 1`] = ` exports[`should render correctly 1`] = `
- +
`; -- cgit v1.2.3