Localisation updates from https://translatewiki.net. #4378
Annotations
10 errors, 10 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
|
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L1
2) [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ─────────────
Test timeout of 90000ms exceeded.
|
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L20
2) [firefox] › 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] › admin-spec/admintroubleshooting.spec.ts:9:5 › Shows troubleshooting page manager:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L6
3) [webkit] › admin-spec/admintroubleshooting.spec.ts:9:5 › Shows troubleshooting page manager ───
Error: page.goto: WebKit encountered an internal error
Call log:
- navigating to "http://localhost:9001/admin/help", waiting until "load"
4 | test.beforeEach(async ({ page })=>{
5 | await loginToAdmin(page, 'admin', 'changeme1');
> 6 | await page.goto('http://localhost:9001/admin/help')
| ^
7 | })
8 |
9 | test('Shows troubleshooting page manager', async ({page}) => {
at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:6:16
|
[webkit] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins:
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
|
[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:16:5 › Shows a version number:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L1
2) [webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────────
Test timeout of 90000ms exceeded.
|
[webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number:
src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L20
2) [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
|
[webkit] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L17
3) [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
|
[webkit] › admin-spec/adminupdateplugins.spec.ts:31:9 › Plugins page › Attempt to Install and Uninstall a plugin:
src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts#L38
4) [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
|
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/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 17.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/
|
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/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 15.9s
|
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
4 flaky
[chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ─────
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────────
[webkit] › admin-spec/admintroubleshooting.spec.ts:9:5 › Shows troubleshooting page manager ────
[webkit] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ───────
32 passed (4.1m)
|
🎭 Playwright Run Summary
4 flaky
[chromium] › admin-spec/adminupdateplugins.spec.ts:12:9 › Plugins page › List some plugins ─────
[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
32 passed (4.0m)
|