https://github.com/CrisisCleanup/crisiscleanup-4-web/issues/687 #1842
Annotations
8 errors, 6 warnings, and 1 notice
🔄 Merge all blob reports:
test/e2e/pages/phone.test.ts#L98
1) [firefox] › pages/phone.test.ts:75:3 › PhonePage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testServeOutboundCallsCheckbox').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('testServeOutboundCallsCheckbox').first()
96 | locators.push(l);
97 | console.info('Checking visibility of', testId);
> 98 | await expect(l).toBeVisible({ timeout: 10_000 });
| ^
99 | }
100 | await test.info().attach('phone-page-screenshot', {
101 | body: await page.screenshot({
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:98:25
|
🔄 Merge all blob reports:
test/e2e/pages/phone.test.ts#L98
1) [firefox] › pages/phone.test.ts:75:3 › PhonePage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testServeOutboundCallsCheckbox').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('testServeOutboundCallsCheckbox').first()
96 | locators.push(l);
97 | console.info('Checking visibility of', testId);
> 98 | await expect(l).toBeVisible({ timeout: 10_000 });
| ^
99 | }
100 | await test.info().attach('phone-page-screenshot', {
101 | body: await page.screenshot({
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:98:25
|
🔄 Merge all blob reports:
test/e2e/pages/phone.test.ts#L98
1) [firefox] › pages/phone.test.ts:75:3 › PhonePage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testServeOutboundCallsCheckbox').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('testServeOutboundCallsCheckbox').first()
96 | locators.push(l);
97 | console.info('Checking visibility of', testId);
> 98 | await expect(l).toBeVisible({ timeout: 10_000 });
| ^
99 | }
100 | await test.info().attach('phone-page-screenshot', {
101 | body: await page.screenshot({
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/phone.test.ts:98:25
|
🔄 Merge all blob reports:
test/e2e/pages/work.test.ts#L84
2) [firefox] › pages/work.test.ts:55:3 › WorkPage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testWorksiteFiltersButton').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('testWorksiteFiltersButton').first()
82 | locators.push(l);
83 | console.info('Checking visibility of', testId);
> 84 | await expect(l).toBeVisible({ timeout: 30_000 });
| ^
85 | }
86 |
87 | await test.info().attach('work-page-screenshot', {
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/work.test.ts:84:25
|
🔄 Merge all blob reports:
test/e2e/pages/work.test.ts#L84
2) [firefox] › pages/work.test.ts:55:3 › WorkPage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testWorksiteFiltersButton').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('testWorksiteFiltersButton').first()
82 | locators.push(l);
83 | console.info('Checking visibility of', testId);
> 84 | await expect(l).toBeVisible({ timeout: 30_000 });
| ^
85 | }
86 |
87 | await test.info().attach('work-page-screenshot', {
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/work.test.ts:84:25
|
🔄 Merge all blob reports:
test/e2e/pages/work.test.ts#L84
2) [firefox] › pages/work.test.ts:55:3 › WorkPage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testWorksiteFiltersButton').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('testWorksiteFiltersButton').first()
82 | locators.push(l);
83 | console.info('Checking visibility of', testId);
> 84 | await expect(l).toBeVisible({ timeout: 30_000 });
| ^
85 | }
86 |
87 | await test.info().attach('work-page-screenshot', {
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/work.test.ts:84:25
|
🔄 Merge all blob reports:
test/e2e/auth.setup.ts#L1
3) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - ( @primary @slow @READ @development @staging @production )
Test timeout of 180000ms exceeded.
|
🔄 Merge all blob reports:
test/e2e/auth.setup.ts#L42
3) [firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - ( @primary @slow @READ @development @staging @production )
Error: browserContext.storageState: Test timeout of 180000ms exceeded.
40 | await page.waitForLoadState('networkidle');
41 | await doLoginAsAdmin(page);
> 42 | await page.context().storageState({ path: adminUserStatePath });
| ^
43 | },
44 | );
45 |
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/auth.setup.ts:42:26
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🔄 Merge all blob reports:
[firefox-setup] › auth.setup.ts#L1
[firefox-setup] › auth.setup.ts took 7.4m
|
🔄 Merge all blob reports:
[firefox] › pages/work.test.ts#L1
[firefox] › pages/work.test.ts took 2.2m
|
🔄 Merge all blob reports:
[firefox] › pages/myOrganization.test.ts#L1
[firefox] › pages/myOrganization.test.ts took 1.2m
|
🔄 Merge all blob reports:
[firefox] › pages/phone.test.ts#L1
[firefox] › pages/phone.test.ts took 1.1m
|
🔄 Merge all blob reports:
[firefox] › pages/login.test.ts#L1
[firefox] › pages/login.test.ts took 43.2s
|
🔄 Merge all blob reports
2 failed
[firefox] › pages/phone.test.ts:75:3 › PhonePage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
[firefox] › pages/work.test.ts:55:3 › WorkPage › should have visible data-testids - ( @primary @slow @READ @development @staging @production )
1 flaky
[firefox-setup] › auth.setup.ts:28:1 › authenticate as admin - ( @primary @slow @READ @development @staging @production )
23 passed (4.3m)
|
The logs for this run have expired and are no longer available.
Loading