Skip to content

Translation update for version 1.52.0 (#13953) #6638

Translation update for version 1.52.0 (#13953)

Translation update for version 1.52.0 (#13953) #6638

Triggered via push July 25, 2024 08:59
Status Failure
Total duration 6m 42s
Artifacts

playwright.yml

on: push
Playwright Tests (ubuntu-latest, Node.js 18.x)
6m 34s
Playwright Tests (ubuntu-latest, Node.js 18.x)
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 6 warnings, and 1 notice
../../src/tests/theia-main-menu.test.ts:96:9 › Theia Main Menu › open about dialog using menu: examples/playwright/src/tests/theia-main-menu.test.ts#L100
1) ../../src/tests/theia-main-menu.test.ts:96:9 › Theia Main Menu › open about dialog using menu ─ Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'OK' }) resolved to 2 elements: 1) <a tabindex="0" role="button">cloud-ws-xoKdJD</a> aka getByRole('button', { name: 'cloud-ws-xoKdJD' }) 2) <button class="theia-button main">OK</button> aka getByRole('button', { name: 'OK', exact: true }) Call log: - waiting for getByRole('button', { name: 'OK' }) 98 | const aboutDialog = new TheiaAboutDialog(app); 99 | expect(await aboutDialog.isVisible()).toBe(true); > 100 | await aboutDialog.page.getByRole('button', { name: 'OK' }).click(); | ^ 101 | expect(await aboutDialog.isVisible()).toBe(false); 102 | }); 103 | at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-main-menu.test.ts:100:68
../../src/tests/theia-main-menu.test.ts:96:9 › Theia Main Menu › open about dialog using menu: examples/playwright/src/tests/theia-main-menu.test.ts#L100
1) ../../src/tests/theia-main-menu.test.ts:96:9 › Theia Main Menu › open about dialog using menu ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'OK' }) resolved to 2 elements: 1) <a tabindex="0" role="button">cloud-ws-xoKdJD</a> aka getByRole('button', { name: 'cloud-ws-xoKdJD' }) 2) <button class="theia-button main">OK</button> aka getByRole('button', { name: 'OK', exact: true }) Call log: - waiting for getByRole('button', { name: 'OK' }) 98 | const aboutDialog = new TheiaAboutDialog(app); 99 | expect(await aboutDialog.isVisible()).toBe(true); > 100 | await aboutDialog.page.getByRole('button', { name: 'OK' }).click(); | ^ 101 | expect(await aboutDialog.isVisible()).toBe(false); 102 | }); 103 | at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-main-menu.test.ts:100:68
../../src/tests/theia-main-menu.test.ts:96:9 › Theia Main Menu › open about dialog using menu: examples/playwright/src/tests/theia-main-menu.test.ts#L100
1) ../../src/tests/theia-main-menu.test.ts:96:9 › Theia Main Menu › open about dialog using menu ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'OK' }) resolved to 2 elements: 1) <a tabindex="0" role="button">cloud-ws-xoKdJD</a> aka getByRole('button', { name: 'cloud-ws-xoKdJD' }) 2) <button class="theia-button main">OK</button> aka getByRole('button', { name: 'OK', exact: true }) Call log: - waiting for getByRole('button', { name: 'OK' }) 98 | const aboutDialog = new TheiaAboutDialog(app); 99 | expect(await aboutDialog.isVisible()).toBe(true); > 100 | await aboutDialog.page.getByRole('button', { name: 'OK' }).click(); | ^ 101 | expect(await aboutDialog.isVisible()).toBe(false); 102 | }); 103 | at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-main-menu.test.ts:100:68
Playwright Tests (ubuntu-latest, Node.js 18.x)
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed ../../src/tests/theia-main-menu.test.ts:96:9 › Theia Main Menu › open about dialog using menu ── 1 skipped 75 passed (3.7m)
Playwright Tests (ubuntu-latest, Node.js 18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 39.7s
Slow Test: src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.3s
Slow Test: src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 16.5s
Slow Test: src/tests/theia-preference-view.test.ts#L1
src/tests/theia-preference-view.test.ts took 16.0s
Slow Test: src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 15.4s