Refactor menu nodes #7771
playwright.yml
on: pull_request
Playwright Tests (ubuntu-22.04, Node.js 18.x)
9m 54s
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 |
|