We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aef36f commit 7eedfc6Copy full SHA for 7eedfc6
app/components/UI/Ramp/Deposit/Views/OtpCode/OtpCode.test.tsx
@@ -181,7 +181,7 @@ describe('OtpCode Screen', () => {
181
const codeInput = getByTestId('otp-code-input');
182
fireEvent.changeText(codeInput, '123456');
183
});
184
- waitFor(() => {
+ await waitFor(() => {
185
expect(mockVerifyUserOtp).toHaveBeenCalled();
186
expect(mockSetAuthToken).toHaveBeenCalledWith(mockResponse);
187
expect(mockRouteAfterAuthentication).toHaveBeenCalledWith(mockQuote);
0 commit comments