Add support for JupyterLab 4 #267
Annotations
5 errors and 1 notice
|
ui-tests/tests/search.spec.ts#L54
1) tests/search.spec.ts:14:5 › should get 5 matches ──────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "strange"
Received: ""
52 | // Check the match is selected in the editor
53 | await page.getByLabel('conftest.py').getByRole('textbox').waitFor();
> 54 | expect(await page.evaluate(() => `${window.getSelection()}`)).toEqual(
| ^
55 | 'strange'
56 | );
57 | });
at /home/runner/work/search-replace/search-replace/ui-tests/tests/search.spec.ts:54:65
|
ui-tests/tests/search.spec.ts#L1
2) tests/search.spec.ts:235:5 › should replace results on replace-all button ─────────────────────
Test timeout of 60000ms exceeded.
|
ui-tests/tests/search.spec.ts#L276
2) tests/search.spec.ts:235:5 › should replace results on replace-all button ─────────────────────
Error: proxy.waitForResponse: Page closed
274 | .fill('hola');
275 | await Promise.all([
> 276 | page.waitForResponse(
| ^
277 | response =>
278 | /.*search\/[\w-]+\?query=hello/.test(response.url()) &&
279 | response.request().method() === 'GET'
at /home/runner/work/search-replace/search-replace/ui-tests/tests/search.spec.ts:276:10
|
|
|
The logs for this run have expired and are no longer available.
Loading