add GA4 un/subscribe events #6790
Annotations
5 errors, 2 warnings, and 1 notice
Run Playwright tests:
src/e2e/specs/auth.spec.ts#L63
1) [chromium] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('tab', { name: 'Fixed' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('tab', { name: 'Fixed' })
61 |
62 | // assert successful login
> 63 | await expect(dashboardPage.fixedTab).toBeVisible();
| ^
64 | await expect(dashboardPage.actionNeededTab).toBeVisible();
65 |
66 | await testInfo.attach(
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:63:42
|
Run Playwright tests:
src/e2e/specs/auth.spec.ts#L63
1) [chromium] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('tab', { name: 'Fixed' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('tab', { name: 'Fixed' })
61 |
62 | // assert successful login
> 63 | await expect(dashboardPage.fixedTab).toBeVisible();
| ^
64 | await expect(dashboardPage.actionNeededTab).toBeVisible();
65 |
66 | await testInfo.attach(
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:63:42
|
Run Playwright tests:
src/e2e/specs/auth.spec.ts#L63
2) [firefox] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('tab', { name: 'Fixed' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('tab', { name: 'Fixed' })
61 |
62 | // assert successful login
> 63 | await expect(dashboardPage.fixedTab).toBeVisible();
| ^
64 | await expect(dashboardPage.actionNeededTab).toBeVisible();
65 |
66 | await testInfo.attach(
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:63:42
|
Run Playwright tests:
src/e2e/specs/auth.spec.ts#L63
2) [firefox] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('tab', { name: 'Fixed' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByRole('tab', { name: 'Fixed' })
61 |
62 | // assert successful login
> 63 | await expect(dashboardPage.fixedTab).toBeVisible();
| ^
64 | await expect(dashboardPage.actionNeededTab).toBeVisible();
65 |
66 | await testInfo.attach(
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:63:42
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[firefox] › dashboard.spec.ts#L1
[firefox] › dashboard.spec.ts took 34.6s
|
Run Playwright tests:
[chromium] › dashboard.spec.ts#L1
[chromium] › dashboard.spec.ts took 34.5s
|
|
Loading