aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmbroise C <ambroise.christea@sonarsource.com>2023-06-15 16:38:14 +0200
committersonartech <sonartech@sonarsource.com>2023-06-15 20:03:02 +0000
commit9b89fbf127b710166119766e3da4bf3296ae1bba (patch)
treeb104b80a4960c98c4a1be8c1ed1028b46273656f
parent27fb5c0e4fad811bae8028a4e13267fdc083f8b3 (diff)
downloadsonarqube-9b89fbf127b710166119766e3da4bf3296ae1bba.tar.gz
sonarqube-9b89fbf127b710166119766e3da4bf3296ae1bba.zip
SONAR-18835 Fix selector imports in tests
-rw-r--r--server/sonar-web/src/main/js/apps/webhooks/components/__tests__/CreateWebhookForm-it.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/webhooks/components/__tests__/CreateWebhookForm-it.tsx b/server/sonar-web/src/main/js/apps/webhooks/components/__tests__/CreateWebhookForm-it.tsx
index c56875897d3..bfbcf0e433b 100644
--- a/server/sonar-web/src/main/js/apps/webhooks/components/__tests__/CreateWebhookForm-it.tsx
+++ b/server/sonar-web/src/main/js/apps/webhooks/components/__tests__/CreateWebhookForm-it.tsx
@@ -19,8 +19,8 @@
*/
import userEvent from '@testing-library/user-event';
import * as React from 'react';
-import { byLabelText, byRole } from 'testing-library-selector';
import { renderComponent } from '../../../../helpers/testReactTestingUtils';
+import { byLabelText, byRole } from '../../../../helpers/testSelector';
import CreateWebhookForm from '../CreateWebhookForm';
const ui = {