diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2024-01-30 10:40:43 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-30 15:02:03 +0000 |
commit | aa685bd63b7364ce350168ef7e7b027afc0928bd (patch) | |
tree | 420369899ea3c81576457bd1a2c0d4d9cb56239b /server/sonar-web/src/main/js/apps/issues/__tests__ | |
parent | d38fbd9b6915692d435355dac629ad660783912c (diff) | |
download | sonarqube-aa685bd63b7364ce350168ef7e7b027afc0928bd.tar.gz sonarqube-aa685bd63b7364ce350168ef7e7b027afc0928bd.zip |
SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing messages and code comments
Diffstat (limited to 'server/sonar-web/src/main/js/apps/issues/__tests__')
-rw-r--r-- | server/sonar-web/src/main/js/apps/issues/__tests__/IssuesApp-Filtering-it.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/issues/__tests__/IssuesApp-Filtering-it.tsx b/server/sonar-web/src/main/js/apps/issues/__tests__/IssuesApp-Filtering-it.tsx index 66670341b52..ca713dc904d 100644 --- a/server/sonar-web/src/main/js/apps/issues/__tests__/IssuesApp-Filtering-it.tsx +++ b/server/sonar-web/src/main/js/apps/issues/__tests__/IssuesApp-Filtering-it.tsx @@ -355,7 +355,7 @@ describe('issues app when reindexing', () => { expect(ui.issueStatusFacet.query()).not.toBeInTheDocument(); expect(ui.tagFacet.query()).not.toBeInTheDocument(); - // Indexation message + // Indexing message expect(screen.getByText(/indexation\.filters_unavailable/)).toBeInTheDocument(); }); }); |