Skip to content

chore: remove pnpm overrides for basic-ftp - not needed as ^5.0.2 ran… #5619

chore: remove pnpm overrides for basic-ftp - not needed as ^5.0.2 ran…

chore: remove pnpm overrides for basic-ftp - not needed as ^5.0.2 ran… #5619

Re-run triggered March 19, 2026 22:17
Status Success
Total duration 24m 28s
Artifacts
Matrix: with plugins
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 15 warnings, and 3 notices
[webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L44
3) [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin Error: expect(locator).toContainText(expected) failed Locator: locator('table tbody').nth(1).locator('tr').first() Expected substring: "ep_font_color" Timeout: 20000ms Error: element(s) not found Call log: - Expect "toContainText" with timeout 20000ms - waiting for locator('table tbody').nth(1).locator('tr').first() 4 × locator resolved to <tr>…</tr> - unexpected value "No plugins found." 42 | await expect(pluginTable.locator('tr')).toHaveCount(1) 43 | const pluginRow = pluginTable.locator('tr').first() > 44 | await expect(pluginRow).toContainText('ep_font_color') | ^ 45 | 46 | // Select Installation button 47 | await pluginRow.locator('td').nth(4).locator('button').first().click() at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:44:33
[webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L20
2) [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number Error: locator.textContent: Test timeout of 90000ms exceeded. Call log: - waiting for locator('.help-block').locator('div').nth(1) 18 | await page.waitForSelector('.menu') 19 | const helper = page.locator('.help-block').locator('div').nth(1) > 20 | const version = (await helper.textContent())!.split('.'); | ^ 21 | expect(version.length).toBe(3) 22 | }); 23 | at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:20:35
[webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L0
2) [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number Test timeout of 90000ms exceeded.
[webkit] › tests/frontend-new/admin-spec/adminsettings.spec.ts:11:9 › admin settings › Are Settings visible: src/tests/frontend-new/admin-spec/adminsettings.spec.ts#L12
1) [webkit] › tests/frontend-new/admin-spec/adminsettings.spec.ts:11:9 › admin settings › Are Settings visible, populated, does save work Error: page.goto: WebKit encountered an internal error Call log: - navigating to "http://localhost:9001/admin/settings", waiting until "load" 10 | 11 | test('Are Settings visible, populated, does save work', async ({page}) => { > 12 | await page.goto('http://localhost:9001/admin/settings'); | ^ 13 | await page.waitForSelector('.settings'); 14 | const settings = page.locator('.settings'); 15 | await expect(settings).not.toBeEmpty(); at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminsettings.spec.ts:12:20
[webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin: src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L6
2) [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin Error: page.goto: WebKit encountered an internal error Call log: - navigating to "http://localhost:9001/admin/plugins", waiting until "load" 4 | test.beforeEach(async ({ page })=>{ 5 | await loginToAdmin(page, 'admin', 'changeme1'); > 6 | await page.goto('http://localhost:9001/admin/plugins') | ^ 7 | }) 8 | 9 | at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:6:16
[webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L20
1) [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number Error: locator.textContent: Test timeout of 90000ms exceeded. Call log: - waiting for locator('.help-block').locator('div').nth(1) 18 | await page.waitForSelector('.menu') 19 | const helper = page.locator('.help-block').locator('div').nth(1) > 20 | const version = (await helper.textContent())!.split('.'); | ^ 21 | expect(version.length).toBe(3) 22 | }); 23 | at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:20:35
[webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L0
1) [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number Test timeout of 90000ms exceeded.
with plugins (24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: SamTV12345/gnpm-setup@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
with plugins (24)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
with plugins (24)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (24)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (24)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: SamTV12345/gnpm-setup@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
with plugins (20)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
with plugins (20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: SamTV12345/gnpm-setup@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
with plugins (22)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
with plugins (22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
with plugins (22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🎭 Playwright Run Summary
36 passed (2.3m)
🎭 Playwright Run Summary
3 flaky [webkit] › tests/frontend-new/admin-spec/adminsettings.spec.ts:11:9 › admin settings › Are Settings visible, populated, does save work [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin 33 passed (4.8m)
🎭 Playwright Run Summary
2 flaky [webkit] › tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number [webkit] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:29:9 › Plugins page › Attempt to Install and Uninstall a plugin 34 passed (4.1m)