Firewall demo hidden release INTER-378 #30
Annotations
4 errors and 1 notice
Run Playwright tests:
e2e/bot-firewall.spec.ts#L1
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L26
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('heading', { name: 'Sorry, you have been blocked' }) to be visible
24 | await page.goto('https://staging.fingerprinthub.com/web-scraping', { waitUntil: 'networkidle' });
25 | await page.reload({ waitUntil: 'networkidle' });
> 26 | await page.getByRole('heading', { name: 'Sorry, you have been blocked' }).waitFor();
| ^
27 |
28 | // Unblock IP
29 | await page.goto('/bot-firewall', { waitUntil: 'networkidle' });
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:26:79
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L1
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L26
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('heading', { name: 'Sorry, you have been blocked' }) to be visible
24 | await page.goto('https://staging.fingerprinthub.com/web-scraping', { waitUntil: 'networkidle' });
25 | await page.reload({ waitUntil: 'networkidle' });
> 26 | await page.getByRole('heading', { name: 'Sorry, you have been blocked' }).waitFor();
| ^
27 |
28 | // Unblock IP
29 | await page.goto('/bot-firewall', { waitUntil: 'networkidle' });
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:26:79
|
Run Playwright tests
1 flaky
[webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
27 passed (3.8m)
|
The logs for this run have expired and are no longer available.
Loading