Localisation updates from https://translatewiki.net. #4411
Annotations
5 errors, 13 warnings, and 2 notices
[chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins:
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
|
[webkit] › admin-spec/adminsettings.spec.ts:50:9 › admin settings › restart works:
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')
- locator resolved to <textarea class="settings"></textarea>
- unexpected value "empty"
- locator resolved to <textarea class="settings"></textarea>
- unexpected value "empty"
- locator resolved to <textarea class="settings"></textarea>
- unexpected value "empty"
- locator resolved to <textarea class="settings"></textarea>
- unexpected value "empty"
- 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
|
[chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins:
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
|
[webkit] › admin-spec/admintroubleshooting.spec.ts:32:5 › Lists installed hooks:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L1
2) [webkit] › admin-spec/admintroubleshooting.spec.ts:32:5 › Lists installed hooks ───────────────
Test timeout of 90000ms exceeded.
|
[webkit] › admin-spec/admintroubleshooting.spec.ts:32:5 › Lists installed hooks:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L35
2) [webkit] › admin-spec/admintroubleshooting.spec.ts:32:5 › Lists installed hooks ───────────────
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.innerwrapper ul') to be visible
33 | await page.goto('http://localhost:9001/admin/help')
34 | await page.waitForSelector('.menu')
> 35 | await page.waitForSelector('.innerwrapper ul')
| ^
36 | const helper = page.locator('.innerwrapper ul').nth(2);
37 | expect(await helper.textContent()).toContain('express');
38 | });
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:35:16
|
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)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Slow Test:
src/[webkit] › admin-spec/adminupdateplugins.spec.ts#L1
src/[webkit] › admin-spec/adminupdateplugins.spec.ts took 15.6s
|
Slow Test:
src/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 15.6s
|
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 (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)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
Slow Test:
src/[chrome-firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[chrome-firefox] › admin-spec/adminupdateplugins.spec.ts took 17.6s
|
Slow Test:
src/[webkit] › admin-spec/adminupdateplugins.spec.ts#L1
src/[webkit] › admin-spec/adminupdateplugins.spec.ts took 16.7s
|
Slow Test:
src/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 16.7s
|
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/
|
🎭 Playwright Run Summary
2 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 ──────────────
34 passed (2.8m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ─────
[webkit] › admin-spec/admintroubleshooting.spec.ts:32:5 › Lists installed hooks ────────────────
34 passed (4.0m)
|