Skip to content

Refactor menu nodes #7771

Refactor menu nodes

Refactor menu nodes #7771

Triggered via pull request January 9, 2025 15:50
Status Failure
Total duration 10m 3s
Artifacts 1

playwright.yml

on: pull_request
Playwright Tests (ubuntu-22.04, Node.js 18.x)
9m 54s
Playwright Tests (ubuntu-22.04, Node.js 18.x)
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 5 warnings, and 1 notice
../../src/tests/theia-toolbar.test.ts:59:9 › Theia Toolbar › should trigger the "Command Palette" toolbar tool as expect the command palette to open: examples/playwright/src/tests/theia-toolbar.test.ts#L62
1) ../../src/tests/theia-toolbar.test.ts:59:9 › Theia Toolbar › should trigger the "Command Palette" toolbar tool as expect the command palette to open Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 60 | const commandPaletteTool = await toolbar.toolBarItem('workbench.action.showCommands'); 61 | expect(commandPaletteTool).toBeDefined; > 62 | expect(await commandPaletteTool!.isEnabled()).toBe(true); | ^ 63 | 64 | await commandPaletteTool!.trigger(); 65 | expect(await app.quickCommandPalette.isOpen()).toBe(true); at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-toolbar.test.ts:62:55
../../src/tests/theia-toolbar.test.ts:59:9 › Theia Toolbar › should trigger the "Command Palette" toolbar tool as expect the command palette to open: examples/playwright/src/tests/theia-toolbar.test.ts#L62
1) ../../src/tests/theia-toolbar.test.ts:59:9 › Theia Toolbar › should trigger the "Command Palette" toolbar tool as expect the command palette to open Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 60 | const commandPaletteTool = await toolbar.toolBarItem('workbench.action.showCommands'); 61 | expect(commandPaletteTool).toBeDefined; > 62 | expect(await commandPaletteTool!.isEnabled()).toBe(true); | ^ 63 | 64 | await commandPaletteTool!.trigger(); 65 | expect(await app.quickCommandPalette.isOpen()).toBe(true); at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-toolbar.test.ts:62:55
../../src/tests/theia-toolbar.test.ts:59:9 › Theia Toolbar › should trigger the "Command Palette" toolbar tool as expect the command palette to open: examples/playwright/src/tests/theia-toolbar.test.ts#L62
1) ../../src/tests/theia-toolbar.test.ts:59:9 › Theia Toolbar › should trigger the "Command Palette" toolbar tool as expect the command palette to open Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 60 | const commandPaletteTool = await toolbar.toolBarItem('workbench.action.showCommands'); 61 | expect(commandPaletteTool).toBeDefined; > 62 | expect(await commandPaletteTool!.isEnabled()).toBe(true); | ^ 63 | 64 | await commandPaletteTool!.trigger(); 65 | expect(await app.quickCommandPalette.isOpen()).toBe(true); at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-toolbar.test.ts:62:55
Playwright Tests (ubuntu-22.04, Node.js 18.x)
Process completed with exit code 1.
Slow Test: src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 46.7s
Slow Test: src/tests/theia-notebook-editor.test.ts#L1
src/tests/theia-notebook-editor.test.ts took 37.0s
Slow Test: src/tests/theia-workspace.test.ts#L1
src/tests/theia-workspace.test.ts took 26.1s
Slow Test: src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 17.7s
Slow Test: src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 17.5s
🎭 Playwright Run Summary
1 failed ../../src/tests/theia-toolbar.test.ts:59:9 › Theia Toolbar › should trigger the "Command Palette" toolbar tool as expect the command palette to open 3 skipped 90 passed (5.2m)

Artifacts

Produced during runtime
Name Size
playwright-test-results
1.81 MB