Upgrade extensions template #960
Annotations
3 errors and 1 notice
Integration tests:
kernel-output/ui-tests/tests/kernel-output.spec.ts#L1
1) tests/kernel-output.spec.ts:3:5 › should open a panel connected to a notebook kernel ──────────
Test timeout of 120000ms exceeded.
|
Integration tests:
kernel-output/ui-tests/tests/kernel-output.spec.ts#L30
1) tests/kernel-output.spec.ts:3:5 › should open a panel connected to a notebook kernel ──────────
Error: locator.selectOption: Test timeout of 120000ms exceeded.
Call log:
- waiting for locator('.jp-Dialog-body').locator('select')
- locator resolved to <select class="jp-mod-styled">…</select>
- attempting select option action
2 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 20ms
2 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 100ms
217 × waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 500ms
28 |
29 | // Select Notebook kernel
> 30 | await page.locator('.jp-Dialog-body').locator('select').selectOption({
| ^
31 | label: 'Untitled.ipynb'
32 | });
33 |
at /home/runner/work/extension-examples/extension-examples/kernel-output/ui-tests/tests/kernel-output.spec.ts:30:59
|
Integration tests
Process completed with exit code 1.
|
Integration tests
1 failed
tests/kernel-output.spec.ts:3:5 › should open a panel connected to a notebook kernel ───────────
|
Loading