add GA4 un/subscribe events #6790
Annotations
5 errors, 2 warnings, and 1 notice
[chromium] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user:
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
|
[chromium] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user:
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
|
[firefox] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user:
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
|
[firefox] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user:
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
|
e2e-tests
Process completed with exit code 1.
|
Slow Test:
[firefox] › dashboard.spec.ts#L1
[firefox] › dashboard.spec.ts took 34.6s
|
Slow Test:
[chromium] › dashboard.spec.ts#L1
[chromium] › dashboard.spec.ts took 34.5s
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
4.28 MB |
|
test-results
Expired
|
3.43 MB |
|