Refactor: Coupon fraud INTER-459 (#118) #106
Annotations
2 errors and 1 notice
Run Playwright tests:
e2e/credential-stuffing.spec.ts#L1
1) [webkit] › credential-stuffing.spec.ts:22:7 › Credential stuffing › should lock user after 5 invalid login attempts
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/credential-stuffing.spec.ts#L33
1) [webkit] › credential-stuffing.spec.ts:22:7 › Credential stuffing › should lock user after 5 invalid login attempts
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('You had 5 or more attempts during the last 24 hours. This login attempt was not performed.') to be visible
31 | // 6th attempt with incorrect password not performed at all
32 | await submitForm(page);
> 33 | await page.getByText(CREDENTIAL_STUFFING_COPY.tooManyAttempts).waitFor();
| ^
34 | });
35 | });
36 |
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/credential-stuffing.spec.ts:33:68
|
Run Playwright tests
1 flaky
[webkit] › credential-stuffing.spec.ts:22:7 › Credential stuffing › should lock user after 5 invalid login attempts
28 passed (2.4m)
|
The logs for this run have expired and are no longer available.
Loading