Bot firewall demo: update design and release INTER-499 #56
Annotations
4 errors and 1 notice
Run Playwright tests:
e2e/payment-fraud.spec.ts#L1
1) [webkit] › payment-fraud.spec.ts:47:7 › Payment fraud › should prevent another purchase if card was flagged as stolen
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/payment-fraud.spec.ts#L52
1) [webkit] › payment-fraud.spec.ts:47:7 › Payment fraud › should prevent another purchase if card was flagged as stolen
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('According to our records, you paid with a stolen card. We did not process the payment.') to be visible
50 |
51 | await submit(page);
> 52 | await page.getByText(PAYMENT_FRAUD_COPY.stolenCard).waitFor();
| ^
53 | });
54 | });
55 |
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/payment-fraud.spec.ts:52:57
|
Run Playwright tests:
e2e/payment-fraud.spec.ts#L1
1) [webkit] › payment-fraud.spec.ts:47:7 › Payment fraud › should prevent another purchase if card was flagged as stolen
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/payment-fraud.spec.ts#L52
1) [webkit] › payment-fraud.spec.ts:47:7 › Payment fraud › should prevent another purchase if card was flagged as stolen
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('According to our records, you paid with a stolen card. We did not process the payment.') to be visible
50 |
51 | await submit(page);
> 52 | await page.getByText(PAYMENT_FRAUD_COPY.stolenCard).waitFor();
| ^
53 | });
54 | });
55 |
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/payment-fraud.spec.ts:52:57
|
Run Playwright tests
1 flaky
[webkit] › payment-fraud.spec.ts:47:7 › Payment fraud › should prevent another purchase if card was flagged as stolen
26 passed (2.7m)
|
The logs for this run have expired and are no longer available.
Loading