chore(devdeps): update dependency @types/node to v24.12.4 #3175
Annotations
3 errors, 3 warnings, and 10 notices
|
pr
Process completed with exit code 1.
|
|
src/protect.test.ts:12:1 › Test PingOne Protect journey flow:
src/protect.test.ts#L75
1) src/protect.test.ts:12:1 › Test PingOne Protect journey flow ──────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Initializing PingOne Protect...')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByText('Initializing PingOne Protect...')
73 | await clickButton('Logout', '/sessions');
74 |
> 75 | await expect(page.getByText('Initializing PingOne Protect...')).toBeVisible({ timeout: 10000 });
| ^
76 |
77 | // Verify the protect SDK flow through console logs
78 | expect(messageArray.some((msg) => msg.includes('Protect initialized successfully'))).toBe(true);
at /home/workflows/workspace/e2e/journey-suites/src/protect.test.ts:75:67
|
|
src/form-fields.test.ts:11:1 › Should render form fields:
src/form-fields.test.ts#L68
1) src/form-fields.test.ts:11:1 › Should render form fields ──────────────────────────────────────
Error: expect(locator).not.toBeAttached() failed
Locator: locator('.single-checkbox-field-error')
Expected: not attached
Received: attached
Timeout: 5000ms
Call log:
- Expect "not toBeAttached" with timeout 5000ms
- waiting for locator('.single-checkbox-field-error')
9 × locator resolved to <div class="single-checkbox-field-error">Select the checkbox to continue.</div>
- unexpected value "attached"
66 | await page.locator('#single-checkbox-field').uncheck();
67 | await expect(page.locator('#single-checkbox-field')).not.toBeChecked();
> 68 | await expect(page.locator('.single-checkbox-field-error')).not.toBeAttached();
| ^
69 |
70 | await expect(page.getByRole('button', { name: 'Flow Button' })).toBeVisible();
71 | await expect(page.getByRole('button', { name: 'Flow Link' })).toBeVisible();
at /home/workflows/workspace/e2e/davinci-suites/src/form-fields.test.ts:68:66
|
|
pr
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v5, nrwl/nx-set-shas@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
pr
The process '/usr/bin/git' failed with exit code 128
|
|
pr
No files were found with the provided path: ./e2e/*/.playwright/**
./e2e/**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 passed (19.1s)
|
|
🎭 Playwright Run Summary
2 passed (13.3s)
|
|
🎭 Playwright Run Summary
1 skipped
1 passed (21.6s)
|
|
🎭 Playwright Run Summary
2 passed (23.2s)
|
|
🎭 Playwright Run Summary
9 passed (54.1s)
|
|
🎭 Playwright Run Summary
2 passed (12.4s)
|
|
🎭 Playwright Run Summary
3 passed (17.0s)
|
|
🎭 Playwright Run Summary
3 passed (34.7s)
|
|
🎭 Playwright Run Summary
2 passed (32.3s)
|
|
🎭 Playwright Run Summary
3 passed (27.6s)
|