Test Jupytext with Python 3.13 #354
Annotations
2 errors and 1 notice
jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-settings.spec.ts#L12
1) [jupytext] › tests/jupytext-settings.spec.ts:3:5 › Open the settings editor with a Jupytext query
Error: expect(received).toEqual(expected) // deep equality
Expected: "Jupytext"
Received: ""
10 | expect(
11 | await page.locator('.jp-PluginList .jp-FilterBox input').inputValue()
> 12 | ).toEqual('Jupytext');
| ^
13 |
14 | await expect(page.locator('.jp-SettingsForm')).toHaveCount(1);
15 |
at /home/runner/work/jupytext/jupytext/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests/tests/jupytext-settings.spec.ts:12:5
|
|
|
This job failed
Loading