Browse Source

SONAR-18835 Fix selector imports in tests

tags/10.1.0.73491
Ambroise C 11 months ago
parent
commit
9b89fbf127

+ 1
- 1
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/CreateWebhookForm-it.tsx View File

@@ -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 = {

Loading…
Cancel
Save