test: added failed captcha test case

This commit is contained in:
sundasnoreen12
2025-09-04 12:25:51 +05:00
committed by Awais Ansari
parent 6b5d4a9898
commit 7a267e7200

View File

@@ -5,7 +5,9 @@ import { sendPageEvent, sendTrackEvent } from '@edx/frontend-platform/analytics'
import {
configure, getLocale, IntlProvider,
} from '@edx/frontend-platform/i18n';
import { fireEvent, render, screen, waitFor } from '@testing-library/react';
import {
fireEvent, render, screen, waitFor,
} from '@testing-library/react';
import { useGoogleReCaptcha } from 'react-google-recaptcha-v3';
import { mockNavigate, BrowserRouter as Router } from 'react-router-dom';
import configureStore from 'redux-mock-store';