Upgrade to JupyterLab 4.0 #154
build.yml
on: pull_request
build
3m 42s
Check Links
41s
Annotations
4 errors and 1 notice
test/styles.spec.ts:34:7 › Citation styles support › show some styles after opening:
ui-tests/test/styles.spec.ts#L41
1) test/styles.spec.ts:34:7 › Citation styles support › show some styles after opening ───────────
Error: Screenshot comparison failed:
Expected an image 410px by 357px, received 410px by 71px. 15359 pixels (ratio 0.11 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test/styles.spec.ts-snapshots/styles-selector-shows-styles-on-open-linux.png
Received: /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test-results/test-styles-Citation-styles-support-show-some-styles-after-opening/styles-selector-shows-styles-on-open-actual.png
Diff: /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test-results/test-styles-Citation-styles-support-show-some-styles-after-opening/styles-selector-shows-styles-on-open-diff.png
39 |
40 | const imageName = 'styles-selector:shows-styles-on-open.png';
> 41 | expect(await stylesSelector.screenshot()).toMatchSnapshot(imageName);
| ^
42 | });
43 |
44 | test('find relevant styles', async ({ page }) => {
at /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test/styles.spec.ts:41:47
|
test/styles.spec.ts:44:7 › Citation styles support › find relevant styles:
ui-tests/test/styles.spec.ts#L1
2) test/styles.spec.ts:44:7 › Citation styles support › find relevant styles ─────────────────────
Test timeout of 60000ms exceeded.
|
test/styles.spec.ts:44:7 › Citation styles support › find relevant styles:
ui-tests/test/styles.spec.ts#L57
2) test/styles.spec.ts:44:7 › Citation styles support › find relevant styles ─────────────────────
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.cm-StyleSelector').locator('.cm-Option:nth-child(1):has-text("Nature")') to be visible
55 | await stylesSelector
56 | .locator('.cm-Option:nth-child(1):has-text("Nature")')
> 57 | .waitFor();
| ^
58 |
59 | const imageNature = 'styles-selector:search-for-nature.png';
60 | expect(await stylesSelector.screenshot()).toMatchSnapshot(imageNature);
at /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test/styles.spec.ts:57:8
|
Integration tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 failed
test/styles.spec.ts:34:7 › Citation styles support › show some styles after opening ────────────
test/styles.spec.ts:44:7 › Citation styles support › find relevant styles ──────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
Expired
|
3.15 MB |
|
jupyterlab_citation_manager-playwright-tests
Expired
|
2.37 MB |
|