chore(deps): update dependency happy-dom to v15.10.2 [security] #7732
Annotations
10 errors, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L1
1) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Test timeout of 60000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L27
1) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Error: expect.toHaveURL: Target page, context or browser has been closed
25 | await doLogin(page);
26 |
> 27 | await expect(page).toHaveURL(urlRegexes.dashboard);
| ^
28 | // await expect(page).toHaveTitle(/.*Dashboard.*/);
29 |
30 | const dashboardDiv = page.getByTestId('testDashboarddiv');
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:27:26
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L1
1) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L27
1) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toHaveURL: Target page, context or browser has been closed
25 | await doLogin(page);
26 |
> 27 | await expect(page).toHaveURL(urlRegexes.dashboard);
| ^
28 | // await expect(page).toHaveTitle(/.*Dashboard.*/);
29 |
30 | const dashboardDiv = page.getByTestId('testDashboarddiv');
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:27:26
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L1
1) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L27
1) [chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toHaveURL: Target page, context or browser has been closed
25 | await doLogin(page);
26 |
> 27 | await expect(page).toHaveURL(urlRegexes.dashboard);
| ^
28 | // await expect(page).toHaveTitle(/.*Dashboard.*/);
29 |
30 | const dashboardDiv = page.getByTestId('testDashboarddiv');
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:27:26
|
🎭 Playwright tests:
test/e2e/pages/myOrganization.test.ts#L32
2) [chromium] › pages/myOrganization.test.ts:40:3 › MyOrganization › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Test timeout of 60000ms exceeded while running "beforeEach" hook.
30 | const commonTestIds = ['testMyOrganizationDashboardDiv'];
31 |
> 32 | test.beforeEach(async ({ page }) => {
| ^
33 | await page.goto('/dashboard');
34 | const myOrgLink = page.getByTestId('testmy_organizationLink');
35 | await myOrgLink.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/myOrganization.test.ts:32:8
|
🎭 Playwright tests:
test/e2e/pages/myOrganization.test.ts#L35
2) [chromium] › pages/myOrganization.test.ts:40:3 › MyOrganization › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testmy_organizationLink')
33 | await page.goto('/dashboard');
34 | const myOrgLink = page.getByTestId('testmy_organizationLink');
> 35 | await myOrgLink.click();
| ^
36 | await page.waitForURL(/.*\/organization\/.*/);
37 | await page.waitForLoadState();
38 | });
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/myOrganization.test.ts:35:21
|
🎭 Playwright tests:
test/e2e/pages/myOrganization.test.ts#L57
2) [chromium] › pages/myOrganization.test.ts:40:3 › MyOrganization › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testMyOrganizationDashboardDiv').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('testMyOrganizationDashboardDiv').first()
55 | locators.push(l);
56 | console.info('Checking visibility of', testId);
> 57 | await expect(l).toBeVisible({ timeout: 30_000 });
| ^
58 | }
59 |
60 | await test.info().attach('my-organization-page-screenshot', {
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/myOrganization.test.ts:57:25
|
🎭 Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright tests:
[chromium-setup] › auth.setup.ts#L1
[chromium-setup] › auth.setup.ts took 3.9m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-12201630259-attempt-1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright tests
1 failed
[chromium] › pages/login.test.ts:16:3 › LoginPage › should login - `( @fast @primary @development @staging @production )`
1 flaky
[chromium] › pages/myOrganization.test.ts:40:3 › MyOrganization › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
4 passed (11.3m)
|
Loading