fix: consecutive numbering fails after indented sub-bullets - #7447
Merged
JohnMcLear merged 2 commits intoApr 4, 2026
Merged
Annotations
1 error, 2 warnings, and 1 notice
|
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L42
1) [firefox] › tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:27: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: 60000ms
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 60000ms
- waiting for locator('table tbody').nth(1).locator('tr').first()
4 × locator resolved to <tr>…</tr>
- unexpected value "admin_plugins.available_not-found"
40 | await expect(pluginTable.locator('tr')).toHaveCount(1, {timeout: 60000})
41 | const pluginRow = pluginTable.locator('tr').first()
> 42 | await expect(pluginRow).toContainText('ep_font_color', {timeout: 60000})
| ^
43 |
44 | // Select Installation button
45 | 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:42:33
|
|
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. 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/
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading