Firewall demo hidden release INTER-378 #33
Annotations
4 errors and 1 notice
Run Playwright tests:
e2e/bot-firewall.spec.ts#L32
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Error: page.goto: Protocol error (Playwright.navigate): Cannot find web frame for the frame id
Call log:
- navigating to "http://localhost:3000/bot-firewall", waiting until "load"
30 |
31 | // Unblock IP
> 32 | await page.goto('/bot-firewall');
| ^
33 | await page.getByRole('button', { name: BOT_FIREWALL_COPY.unblockIp }).first().click();
34 | await page.getByText('was unblocked in the application firewall').waitFor();
35 | await page.waitForTimeout(10000);
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:32:16
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L32
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Protocol error (Playwright.navigate): Cannot find web frame for the frame id
Call log:
- navigating to "http://localhost:3000/bot-firewall", waiting until "load"
30 |
31 | // Unblock IP
> 32 | await page.goto('/bot-firewall');
| ^
33 | await page.getByRole('button', { name: BOT_FIREWALL_COPY.unblockIp }).first().click();
34 | await page.getByText('was unblocked in the application firewall').waitFor();
35 | await page.waitForTimeout(10000);
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:32:16
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L32
1) [webkit] › bot-firewall.spec.ts:12:7 › Bot Firewall Demo › Should display bot visit a allow blocking IP address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Protocol error (Playwright.navigate): Cannot find web frame for the frame id
Call log:
- navigating to "http://localhost:3000/bot-firewall", waiting until "load"
30 |
31 | // Unblock IP
> 32 | await page.goto('/bot-firewall');
| ^
33 | await page.getByRole('button', { name: BOT_FIREWALL_COPY.unblockIp }).first().click();
34 | await page.getByText('was unblocked in the application firewall').waitFor();
35 | await page.waitForTimeout(10000);
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:32:16
|
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.3m)
|
The logs for this run have expired and are no longer available.
Loading