Bump resolve from 1.22.8 to 1.22.10 #4540
Annotations
3 errors, 7 warnings, and 1 notice
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
1) [chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 10
Received: 1
15 | await expect(pluginTable).not.toBeEmpty()
16 | const plugins = await pluginTable.locator('tr').count()
> 17 | expect(plugins).toBeGreaterThan(10)
| ^
18 | })
19 |
20 | test('Searches for a plugin', async ({page}) => {
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:17:25
|
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
2) [webkit] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ──────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 10
Received: 1
15 | await expect(pluginTable).not.toBeEmpty()
16 | const plugins = await pluginTable.locator('tr').count()
> 17 | expect(plugins).toBeGreaterThan(10)
| ^
18 | })
19 |
20 | test('Searches for a plugin', async ({page}) => {
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:17:25
|
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L27
3) [webkit] › admin-spec/adminupdateplugins.spec.ts:20:9 › Plugins page › Searches for a plugin ──
Error: Timed out 20000ms waiting for expect(locator).toContainText(expected)
Locator: locator('table tbody').nth(1).locator('tr').first()
Expected string: "ep_font_color3"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 20000ms
- waiting for locator('table tbody').nth(1).locator('tr').first()
- locator resolved to <tr>…</tr>
- unexpected value "No plugins found."
- locator resolved to <tr>…</tr>
- unexpected value "No plugins found."
- locator resolved to <tr>…</tr>
- unexpected value "No plugins found."
- locator resolved to <tr>…</tr>
- unexpected value "No plugins found."
25 | const pluginTable = page.locator('table tbody').nth(1);
26 | await expect(pluginTable.locator('tr')).toHaveCount(1)
> 27 | await expect(pluginTable.locator('tr').first()).toContainText('ep_font_color3')
| ^
28 | })
29 |
30 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:27:57
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
export GIT_HASH to env
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/
|
Run actions/upload-artifact@v4
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Run the frontend admin tests:
src/[webkit] › admin-spec/adminsettings.spec.ts#L1
src/[webkit] › admin-spec/adminsettings.spec.ts took 18.2s
|
Run the frontend admin tests:
src/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 15.6s
|
Generate Sauce Labs strings
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/
|
Generate Sauce Labs strings
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/
|
Run the frontend admin tests
3 flaky
[chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ─────
[webkit] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ───────
[webkit] › admin-spec/adminupdateplugins.spec.ts:20:9 › Plugins page › Searches for a plugin ───
33 passed (3.0m)
|
Loading