Skip to content

Added icons.

Added icons. #3814

Triggered via push May 24, 2024 21:08
Status Failure
Total duration 4m 59s
Artifacts
Matrix: with plugins
Fit to window
Zoom out
Zoom in

Annotations

20 errors, 17 warnings, and 2 notices
[chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
1) [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
1) [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
1) [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
2) [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
2) [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
2) [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
3) [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
3) [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
3) [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
4) [webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
1) [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
1) [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
1) [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ──────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
2) [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
2) [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
2) [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
3) [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
3) [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
3) [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
[webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number: src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts#L21
4) [webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 1 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 | 24 | test('Lists installed parts', async function ({page}) { at /home/runner/work/etherpad-lite/etherpad-lite/src/tests/frontend-new/admin-spec/admintroubleshooting.spec.ts:21:28
🎭 Playwright Run Summary
4 failed [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────────────── [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ─────── [webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ─────────────── 32 passed (3.2m)
🎭 Playwright Run Summary
4 failed [chromium] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ───────────── [firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ────────────── [chrome-firefox] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ─────── [webkit] › admin-spec/admintroubleshooting.spec.ts:16:5 › Shows a version number ─────────────── 32 passed (3.4m)
with plugins (21)
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 (21)
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
Slow Test: src/[chromium] › admin-spec/adminsettings.spec.ts#L1
src/[chromium] › admin-spec/adminsettings.spec.ts took 24.3s
Slow Test: src/[chrome-firefox] › admin-spec/adminsettings.spec.ts#L1
src/[chrome-firefox] › admin-spec/adminsettings.spec.ts took 24.2s
Slow Test: src/[webkit] › admin-spec/adminupdateplugins.spec.ts#L1
src/[webkit] › admin-spec/adminupdateplugins.spec.ts took 16.0s
Slow Test: src/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 15.6s
with plugins (21)
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 (21)
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/adminsettings.spec.ts#L1
src/[chrome-firefox] › admin-spec/adminsettings.spec.ts took 24.8s
Slow Test: src/[chromium] › admin-spec/adminsettings.spec.ts#L1
src/[chromium] › admin-spec/adminsettings.spec.ts took 24.4s
Slow Test: src/[firefox] › admin-spec/adminupdateplugins.spec.ts#L1
src/[firefox] › admin-spec/adminupdateplugins.spec.ts took 17.5s
Slow Test: src/[chromium] › admin-spec/adminupdateplugins.spec.ts#L1
src/[chromium] › admin-spec/adminupdateplugins.spec.ts took 16.7s
Slow Test: src/[webkit] › admin-spec/adminupdateplugins.spec.ts#L1
src/[webkit] › admin-spec/adminupdateplugins.spec.ts took 16.6s
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/