[bot] ci: update npm packages #7148
Annotations
4 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/specs/settings/settings.spec.ts#L70
1) [chromium] › specs/settings/settings.spec.ts:62:3 › Settings menu › that menu item allows changing networks
Error: expect(received).toHaveLength(expected)
Expected length: 6
Received length: 7
Received array: [{"_frame": {"_guid": "frame@1abcbd1422df12fdfe365cee128789e8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=0"}, {"_frame": {"_guid": "frame@1abcbd1422df12fdfe365cee128789e8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=1"}, {"_frame": {"_guid": "frame@1abcbd1422df12fdfe365cee128789e8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=2"}, {"_frame": {"_guid": "frame@1abcbd1422df12fdfe365cee128789e8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=3"}, {"_frame": {"_guid": "frame@1abcbd1422df12fdfe365cee128789e8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=4"}, {"_frame": {"_guid": "frame@1abcbd1422df12fdfe365cee128789e8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=5"}, {"_frame": {"_guid": "frame@1abcbd1422df12fdfe365cee128789e8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=6"}]
68 | await page.waitForTimeout(1000);
69 | const networkListItems = await page.getByTestId(SettingsSelectors.NetworkListItem).all();
> 70 | test.expect(networkListItems).toHaveLength(6);
| ^
71 | });
72 |
73 | test('that menu item can toggle privacy', async ({ page, homePage }) => {
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:70:35
|
Run Playwright tests:
tests/specs/settings/settings.spec.ts#L70
1) [chromium] › specs/settings/settings.spec.ts:62:3 › Settings menu › that menu item allows changing networks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 6
Received length: 7
Received array: [{"_frame": {"_guid": "frame@9922c58d410b3cf484471e4df6a7208f", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=0"}, {"_frame": {"_guid": "frame@9922c58d410b3cf484471e4df6a7208f", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=1"}, {"_frame": {"_guid": "frame@9922c58d410b3cf484471e4df6a7208f", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=2"}, {"_frame": {"_guid": "frame@9922c58d410b3cf484471e4df6a7208f", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=3"}, {"_frame": {"_guid": "frame@9922c58d410b3cf484471e4df6a7208f", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=4"}, {"_frame": {"_guid": "frame@9922c58d410b3cf484471e4df6a7208f", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=5"}, {"_frame": {"_guid": "frame@9922c58d410b3cf484471e4df6a7208f", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=6"}]
68 | await page.waitForTimeout(1000);
69 | const networkListItems = await page.getByTestId(SettingsSelectors.NetworkListItem).all();
> 70 | test.expect(networkListItems).toHaveLength(6);
| ^
71 | });
72 |
73 | test('that menu item can toggle privacy', async ({ page, homePage }) => {
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:70:35
|
Run Playwright tests:
tests/specs/settings/settings.spec.ts#L70
1) [chromium] › specs/settings/settings.spec.ts:62:3 › Settings menu › that menu item allows changing networks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 6
Received length: 7
Received array: [{"_frame": {"_guid": "frame@4ba0e976c8197131baa1579c0bd5b782", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=0"}, {"_frame": {"_guid": "frame@4ba0e976c8197131baa1579c0bd5b782", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=1"}, {"_frame": {"_guid": "frame@4ba0e976c8197131baa1579c0bd5b782", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=2"}, {"_frame": {"_guid": "frame@4ba0e976c8197131baa1579c0bd5b782", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=3"}, {"_frame": {"_guid": "frame@4ba0e976c8197131baa1579c0bd5b782", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=4"}, {"_frame": {"_guid": "frame@4ba0e976c8197131baa1579c0bd5b782", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=5"}, {"_frame": {"_guid": "frame@4ba0e976c8197131baa1579c0bd5b782", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=6"}]
68 | await page.waitForTimeout(1000);
69 | const networkListItems = await page.getByTestId(SettingsSelectors.NetworkListItem).all();
> 70 | test.expect(networkListItems).toHaveLength(6);
| ^
71 | });
72 |
73 | test('that menu item can toggle privacy', async ({ page, homePage }) => {
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:70:35
|
Run Playwright tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
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/
|
Run Playwright tests
1 failed
[chromium] › specs/settings/settings.spec.ts:62:3 › Settings menu › that menu item allows changing networks
5 passed (1.1m)
|
Loading