fix: smart signal capitalization #526
Annotations
7 errors and 1 notice
Run Playwright tests:
e2e/playground.spec.ts#L1
1) [firefox] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
e2e/playground.spec.ts#L55
1) [firefox] › 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
1) [firefox] › 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
1) [firefox] › 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
1) [firefox] › 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
1) [firefox] › 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
1 failed
[firefox] › playground.spec.ts:54:7 › Playground page › Page renders signal tables ─────────────
3 skipped
35 passed (3.8m)
|
Loading