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/otherOrganizations.test.ts#L45
1) [firefox] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testOrganizationsSearchTextInput').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('testOrganizationsSearchTextInput').first()
43 | locators.push(l);
44 | console.info('Checking visibility of', testId);
> 45 | await expect(l).toBeVisible();
| ^
46 | }
47 |
48 | await test.info().attach('other-organization-page-screenshot', {
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/otherOrganizations.test.ts:45:25
|
🎭 Playwright tests:
test/e2e/pages/otherOrganizations.test.ts#L12
1) [firefox] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
10 | test.use({ storageState: normalUserStatePath });
11 |
> 12 | test.beforeEach(async ({ page }) => {
| ^
13 | await page.goto('/dashboard');
14 | const otherOrgLink = page.getByTestId('testother_organizationsLink');
15 | await otherOrgLink.click();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/otherOrganizations.test.ts:12:8
|
🎭 Playwright tests:
test/e2e/pages/otherOrganizations.test.ts#L15
1) [firefox] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testother_organizationsLink')
13 | await page.goto('/dashboard');
14 | const otherOrgLink = page.getByTestId('testother_organizationsLink');
> 15 | await otherOrgLink.click();
| ^
16 | await page.waitForURL(/.*\/other_organizations.*/);
17 | await page.waitForLoadState();
18 | });
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/otherOrganizations.test.ts:15:24
|
🎭 Playwright tests:
test/e2e/pages/otherOrganizations.test.ts#L45
1) [firefox] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testOrganizationsSearchTextInput').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('testOrganizationsSearchTextInput').first()
43 | locators.push(l);
44 | console.info('Checking visibility of', testId);
> 45 | await expect(l).toBeVisible();
| ^
46 | }
47 |
48 | await test.info().attach('other-organization-page-screenshot', {
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/otherOrganizations.test.ts:45:25
|
🎭 Playwright tests:
test/e2e/pages/myOrganization.test.ts#L32
2) [firefox] › pages/myOrganization.test.ts:114:3 › MyOrganization › User Management: should display all required elements - `( @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) [firefox] › pages/myOrganization.test.ts:114:3 › MyOrganization › User Management: should display all required elements - `( @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#L1
2) [firefox] › pages/myOrganization.test.ts:114:3 › MyOrganization › User Management: should display all required elements - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded.
|
🎭 Playwright tests:
test/e2e/pages/myOrganization.test.ts#L122
2) [firefox] › pages/myOrganization.test.ts:114:3 › MyOrganization › User Management: should display all required elements - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByTestId('testMyOrganizationNavusersLink')
120 | test.slow();
121 | const tabLink = page.getByTestId('testMyOrganizationNavusersLink');
> 122 | await tabLink.click();
| ^
123 | const dataTestIds = [
124 | 'testInviteNewUserButton',
125 | 'testUserSearch',
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/myOrganization.test.ts:122:21
|
🎭 Playwright tests:
test/e2e/pages/myOrganization.test.ts#L32
3) [firefox] › pages/myOrganization.test.ts:188:3 › MyOrganization › Organization Profile: should display all required elements - `( @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
3) [firefox] › pages/myOrganization.test.ts:188:3 › MyOrganization › Organization Profile: should display all required elements - `( @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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright tests:
[firefox-setup] › auth.setup.ts#L1
[firefox-setup] › auth.setup.ts took 3.8m
|
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
[firefox] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
2 flaky
[firefox] › pages/myOrganization.test.ts:114:3 › MyOrganization › User Management: should display all required elements - `( @primary @slow @READ @development @staging @production )`
[firefox] › pages/myOrganization.test.ts:188:3 › MyOrganization › Organization Profile: should display all required elements - `( @primary @slow @READ @development @staging @production )`
3 passed (15.3m)
|
Loading