Playground Layout: Put visitor ID in Identification column #378
Annotations
9 errors and 1 notice
e2e/playground.spec.ts#L1
1) [chromium] › playground.spec.ts:41:7 › Playground page › Page renders basic skeleton elements ─
Test timeout of 30000ms exceeded.
|
e2e/playground.spec.ts#L43
1) [chromium] › playground.spec.ts:41:7 › Playground page › Page renders basic skeleton elements ─
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Welcome, this is your visitor ID') to be visible
41 | test('Page renders basic skeleton elements', async ({ page }) => {
42 | await page.getByText('Fingerprint Pro Playground', { exact: true }).waitFor();
> 43 | await page.getByText('Welcome, this is your visitor ID').waitFor();
| ^
44 | await page.getByTestId(TEST_ID.refreshButton).first().waitFor();
45 |
46 | await page.getByText('Identification', { exact: true }).waitFor();
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/playground.spec.ts:43:62
|
e2e/playground.spec.ts#L1
1) [chromium] › playground.spec.ts:41:7 › Playground page › Page renders basic skeleton elements ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/playground.spec.ts#L43
1) [chromium] › playground.spec.ts:41:7 › Playground page › Page renders basic skeleton elements ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Welcome, this is your visitor ID') to be visible
41 | test('Page renders basic skeleton elements', async ({ page }) => {
42 | await page.getByText('Fingerprint Pro Playground', { exact: true }).waitFor();
> 43 | await page.getByText('Welcome, this is your visitor ID').waitFor();
| ^
44 | await page.getByTestId(TEST_ID.refreshButton).first().waitFor();
45 |
46 | await page.getByText('Identification', { exact: true }).waitFor();
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/playground.spec.ts:43:62
|
e2e/playground.spec.ts#L1
1) [chromium] › playground.spec.ts:41:7 › Playground page › Page renders basic skeleton elements ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
e2e/playground.spec.ts#L43
1) [chromium] › playground.spec.ts:41:7 › Playground page › Page renders basic skeleton elements ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByText('Welcome, this is your visitor ID') to be visible
41 | test('Page renders basic skeleton elements', async ({ page }) => {
42 | await page.getByText('Fingerprint Pro Playground', { exact: true }).waitFor();
> 43 | await page.getByText('Welcome, this is your visitor ID').waitFor();
| ^
44 | await page.getByTestId(TEST_ID.refreshButton).first().waitFor();
45 |
46 | await page.getByText('Identification', { exact: true }).waitFor();
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/playground.spec.ts:43:62
|
e2e/bot-firewall.spec.ts#L88
2) [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
|
e2e/bot-firewall.spec.ts#L88
2) [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
|
|
|
This job failed
Loading