Firewall demo hidden release INTER-378 #28
Annotations
7 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#L20
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 getByText('was blocked in the application firewall') to be visible
18 | await page.goto('/bot-firewall', { waitUntil: 'networkidle' });
19 | await page.getByRole('button', { name: BOT_FIREWALL_COPY.blockIp }).first().click();
> 20 | await page.getByText('was blocked in the application firewall').waitFor();
| ^
21 | await page.waitForTimeout(5000);
22 |
23 | // Try to visit web-scraping page, should be blocked by Cloudflare
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:20:69
|
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#L20
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 getByText('was blocked in the application firewall') to be visible
18 | await page.goto('/bot-firewall', { waitUntil: 'networkidle' });
19 | await page.getByRole('button', { name: BOT_FIREWALL_COPY.blockIp }).first().click();
> 20 | await page.getByText('was blocked in the application firewall').waitFor();
| ^
21 | await page.waitForTimeout(5000);
22 |
23 | // Try to visit web-scraping page, should be blocked by Cloudflare
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:20:69
|
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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L20
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('was blocked in the application firewall') to be visible
18 | await page.goto('/bot-firewall', { waitUntil: 'networkidle' });
19 | await page.getByRole('button', { name: BOT_FIREWALL_COPY.blockIp }).first().click();
> 20 | await page.getByText('was blocked in the application firewall').waitFor();
| ^
21 | await page.waitForTimeout(5000);
22 |
23 | // Try to visit web-scraping page, should be blocked by Cloudflare
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:20:69
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
1 failed
[webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
27 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading