Add support for JupyterLab 4 #267
build.yml
on: pull_request
build
3m 36s
Check Links
53s
Annotations
6 errors and 1 notice
Check Links
Process completed with exit code 1.
|
Integration tests
Process completed with exit code 2.
|
tests/search.spec.ts:14:5 › should get 5 matches:
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
|
tests/search.spec.ts:235:5 › should replace results on replace-all button:
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.
|
tests/search.spec.ts:235:5 › should replace results on replace-all button:
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
|
Integration tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 failed
tests/search.spec.ts:14:5 › should get 5 matches ───────────────────────────────────────────────
tests/search.spec.ts:235:5 › should replace results on replace-all button ──────────────────────
16 passed (3.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
Expired
|
2.17 MB |
|
jupyterlab_search_replace-playwright-tests
Expired
|
2.71 MB |
|