Playwright Tests #10868
Annotations
1 error and 1 notice
|
Test (playwright):
examples/playwright/src/tests/theia-notebook-editor.test.ts#L72
1) src/tests/theia-notebook-editor.test.ts:65:9 › Python Kernel Installed › kernels are installed
Error: Available kernels:
Python 3.10.12
/bin/python
Python 2.7.undefined
/usr/bin/python
Python 2.7.undefined
/opt/hostedtoolcache/Python/3.13.9/x64/python
base (Python undefined.undefined.undefined)
expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
70 |
71 | const py3kernel = kernels.filter(kernel => kernel.match(new RegExp(`^${preferredKernel}`)));
> 72 | expect(py3kernel.length, msg).toBeGreaterThan(0);
| ^
73 | });
74 |
75 | test('should select a kernel', async () => {
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:72:39
|
|
Test (playwright)
1 flaky
src/tests/theia-notebook-editor.test.ts:65:9 › Python Kernel Installed › kernels are installed ─
3 skipped
90 passed (5.1m)
|
Loading