WIP: Playground redesign #367
Annotations
2 errors and 1 notice
e2e/payment-fraud.spec.ts#L1
1) [firefox] › payment-fraud.spec.ts:38:7 › Payment fraud › should prevent card cracking after 3 attempts
Test timeout of 30000ms exceeded.
|
e2e/payment-fraud.spec.ts#L45
1) [firefox] › payment-fraud.spec.ts:38:7 › Payment fraud › should prevent card cracking after 3 attempts
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('You placed more than 3 unsuccessful payment attempts during the last 365 days. This payment attempt was not performed.') to be visible
43 |
44 | await submit(page);
> 45 | await page.getByText(PAYMENT_FRAUD_COPY.tooManyUnsuccessfulPayments).waitFor();
| ^
46 | });
47 |
48 | test('should prevent another purchase if card was flagged as stolen', async ({ page }) => {
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/payment-fraud.spec.ts:45:74
|
|
This job succeeded
Loading