feat: add capabilities display feature (#1313) #7730
Annotations
5 errors, 3 warnings, and 1 notice
🎭 Playwright tests:
test/e2e/pages/login.test.ts#L110
1) [chromium] › pages/login.test.ts:94:3 › LoginPage › should have data-testids - `( @fast @primary @READ @development @staging @production )`
Error: expect(received).toMatchObject(expected)
- Expected - 17
+ Received + 1
- Array [
- "testLogoIcon",
- "testSurvivorContactDiv",
- "testLoginTextContent",
- "testSigninTextContent",
- "testEmailTextInput",
- "testPasswordTextInput",
- "testMagicLink",
- "testCellPhoneLogin",
- "testRequestPasswordResetLink",
- "testLoginButton",
- "testRequestAccessButton",
- "testNeedHelpCleaningUp",
- "testAwsLink",
- "testAwsImgIcon",
- "testGlobeIcon",
- ]
+ Array []
108 | (id) => !['testIncidentPhoneDiv', 'testNoPhoneDiv'].includes(id),
109 | );
> 110 | expect(dataTestIds).toMatchObject([
| ^
111 | 'testLogoIcon',
112 | 'testSurvivorContactDiv',
113 | 'testLoginTextContent',
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/login.test.ts:110:27
|
🎭 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#L32
2) [chromium] › pages/myOrganization.test.ts:40:3 › MyOrganization › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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 )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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:
[chromium-setup] › auth.setup.ts#L1
[chromium-setup] › auth.setup.ts took 51.4s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-12201602748-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
2 flaky
[chromium] › pages/login.test.ts:94:3 › LoginPage › should have data-testids - `( @fast @primary @READ @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:40:3 › MyOrganization › should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
4 passed (4.7m)
|
Loading