aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/coding-rules
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2023-06-14 14:51:46 +0200
committersonartech <sonartech@sonarsource.com>2023-06-15 09:41:52 +0000
commite0d97545525f136e27b5f3c0c492d91bab6e9d93 (patch)
tree9881e45a37143ca4c10943c0e41842f2c9c2fd50 /server/sonar-web/src/main/js/apps/coding-rules
parent77eb3f8ecf4baab682d80427db156c6ac96a211a (diff)
downloadsonarqube-e0d97545525f136e27b5f3c0c492d91bab6e9d93.tar.gz
sonarqube-e0d97545525f136e27b5f3c0c492d91bab6e9d93.zip
[NO JIRA] Remove react-testing-selector library and replace it
Diffstat (limited to 'server/sonar-web/src/main/js/apps/coding-rules')
-rw-r--r--server/sonar-web/src/main/js/apps/coding-rules/__tests__/CodingRules-it.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/coding-rules/__tests__/CodingRules-it.ts b/server/sonar-web/src/main/js/apps/coding-rules/__tests__/CodingRules-it.ts
index 75ce058a6f9..098dc46d64c 100644
--- a/server/sonar-web/src/main/js/apps/coding-rules/__tests__/CodingRules-it.ts
+++ b/server/sonar-web/src/main/js/apps/coding-rules/__tests__/CodingRules-it.ts
@@ -19,10 +19,10 @@
*/
import { fireEvent, screen, waitFor, within } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
-import { byPlaceholderText, byRole } from 'testing-library-selector';
import CodingRulesServiceMock from '../../../api/mocks/CodingRulesServiceMock';
import { mockCurrentUser, mockLoggedInUser } from '../../../helpers/testMocks';
import { renderAppRoutes } from '../../../helpers/testReactTestingUtils';
+import { byPlaceholderText, byRole } from '../../../helpers/testSelector';
import { CurrentUser } from '../../../types/users';
import routes from '../routes';