Bump the dev-dependencies group across 1 directory with 17 updates #4571
Annotations
6 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/helper/adminhelper.ts#L24
2) [webkit] › admin-spec/adminsettings.spec.ts:50:9 › admin settings › restart works ─────────────
Error: Timed out 20000ms waiting for expect(locator).not.toBeEmpty()
Locator: locator('.settings')
Expected: not empty
Received: <element(s) not found>
Call log:
- expect.not.toBeEmpty with timeout 20000ms
- waiting for locator('.settings')
5 × locator resolved to <textarea class="settings"></textarea>
- unexpected value "empty"
at helper/adminhelper.ts:24
22 | const restartButton = page.locator('.settings-button-bar').locator('.settingsButton').nth(1)
23 | const settings = page.locator('.settings');
> 24 | await expect(settings).not.toBeEmpty();
| ^
25 | await expect(restartButton).toBeVisible()
26 | await page.locator('.settings-button-bar')
27 | .locator('.settingsButton')
at restartEtherpad (/home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/helper/adminhelper.ts:24:32)
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminsettings.spec.ts:53:30
|
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L1
3) [webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────────
Test timeout of 90000ms exceeded.
|
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L20
3) [webkit] › 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
|
Run the frontend admin tests:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
4) [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#L38
5) [webkit] › admin-spec/adminupdateplugins.spec.ts:31:9 › Plugins page › Attempt to Install and Uninstall a plugin
Error: expect(received).toBeGreaterThan(expected)
Expected: > 10
Received: 1
36 | })
37 | const plugins = await pluginTable.locator('tr').count()
> 38 | expect(plugins).toBeGreaterThan(10)
| ^
39 |
40 | // Now everything is loaded, lets install a plugin
41 |
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts:38:25
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 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/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 17.7s
|
Run the frontend admin tests:
src/[chrome-firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[chrome-firefox] › admin-spec/adminupdateplugins.spec.ts took 16.2s
|
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 the frontend admin tests
5 flaky
[chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ─────
[webkit] › admin-spec/adminsettings.spec.ts:50:9 › admin settings › restart works ──────────────
[webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────────
[webkit] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ───────
[webkit] › admin-spec/adminupdateplugins.spec.ts:31:9 › Plugins page › Attempt to Install and Uninstall a plugin
31 passed (4.5m)
|
Set up job
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Generate Sauce Labs strings
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Checkout repository
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run actions/setup-node@v4
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Install pnpm
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Get pnpm store directory
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Setup pnpm cache
12s
12s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Cache playwright binaries
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Only install direct dependencies
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Install all dependencies and symlink for ep_etherpad-lite
4s
4s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
export GIT_HASH to env
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Create settings.json
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Write custom settings.json that enables the Admin UI tests
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
increase maxHttpBufferSize
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Disable import/export rate limiting
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Build admin frontend
6s
6s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run the frontend admin tests
5m 35s
5m 35s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run actions/upload-artifact@v4
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Cache playwright binaries
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Setup pnpm cache
12s
12s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Install pnpm
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Run actions/setup-node@v4
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Checkout repository
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Complete job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Loading