fix: smart signal capitalization #526
Annotations
10 errors and 1 notice
Run Playwright tests:
e2e/bot-firewall.spec.ts#L88
1) [chromium] › bot-firewall.spec.ts:28:7 › Bot Firewall Demo CHROME_ONLY › Should display bot visit and allow blocking/unblocking its IP address
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Sorry, you have been blocked' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Sorry, you have been blocked' })
86 | await page.reload();
87 | }
> 88 | await expect(locator).toBeVisible();
| ^
89 | };
90 |
at assertElementWhileRepeatedlyReloadingPage (/home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:88:25)
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:45:5
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L88
1) [chromium] › bot-firewall.spec.ts:28:7 › Bot Firewall Demo CHROME_ONLY › Should display bot visit and allow blocking/unblocking its IP address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Sorry, you have been blocked' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Sorry, you have been blocked' })
86 | await page.reload();
87 | }
> 88 | await expect(locator).toBeVisible();
| ^
89 | };
90 |
at assertElementWhileRepeatedlyReloadingPage (/home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:88:25)
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:45:5
|
Run Playwright tests:
e2e/bot-firewall.spec.ts#L88
1) [chromium] › bot-firewall.spec.ts:28:7 › Bot Firewall Demo CHROME_ONLY › Should display bot visit and allow blocking/unblocking its IP address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Sorry, you have been blocked' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Sorry, you have been blocked' })
86 | await page.reload();
87 | }
> 88 | await expect(locator).toBeVisible();
| ^
89 | };
90 |
at assertElementWhileRepeatedlyReloadingPage (/home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:88:25)
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/bot-firewall.spec.ts:45:5
|
Run Playwright tests:
e2e/playground.spec.ts#L1
2) [chromium] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ───────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/playground.spec.ts#L55
2) [chromium] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ───────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Last seen', { exact: true }) to be visible
53 |
54 | test('Page renders signal tables', async ({ page }) => {
> 55 | await page.getByText('Last seen', { exact: true }).waitFor();
| ^
56 | await page.getByText('Confidence Score', { exact: true }).waitFor();
57 |
58 | await page.getByText('Geolocation', { exact: true }).waitFor();
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/playground.spec.ts:55:56
|
Run Playwright tests:
e2e/playground.spec.ts#L1
2) [chromium] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/playground.spec.ts#L55
2) [chromium] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Last seen', { exact: true }) to be visible
53 |
54 | test('Page renders signal tables', async ({ page }) => {
> 55 | await page.getByText('Last seen', { exact: true }).waitFor();
| ^
56 | await page.getByText('Confidence Score', { exact: true }).waitFor();
57 |
58 | await page.getByText('Geolocation', { exact: true }).waitFor();
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/playground.spec.ts:55:56
|
Run Playwright tests:
e2e/playground.spec.ts#L1
2) [chromium] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/playground.spec.ts#L55
2) [chromium] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Last seen', { exact: true }) to be visible
53 |
54 | test('Page renders signal tables', async ({ page }) => {
> 55 | await page.getByText('Last seen', { exact: true }).waitFor();
| ^
56 | await page.getByText('Confidence Score', { exact: true }).waitFor();
57 |
58 | await page.getByText('Geolocation', { exact: true }).waitFor();
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/playground.spec.ts:55:56
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
2 failed
[chromium] › bot-firewall.spec.ts:28:7 › Bot Firewall Demo CHROME_ONLY › Should display bot visit and allow blocking/unblocking its IP address
[chromium] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ────────────
37 passed (5.6m)
|
Loading