Merge selection export to Master #64
Annotations
3 errors, 1 warning, and 1 notice
examples.spec.js:10:5 › 1-Getting-Started:
js/ui-tests/examples.spec.js#L35
1) examples.spec.js:10:5 › 1-Getting-Started ─────────────────────────────────────────────────────
Error: Screenshot comparison failed:
129781 pixels (ratio 0.17 of all image pixels) are different.
Expected: /home/runner/work/ipyaladin/ipyaladin/js/ui-tests/examples.spec.js-snapshots/1-Getting-Started-1-linux.png
Received: /home/runner/work/ipyaladin/ipyaladin/test-results/examples-1-Getting-Started/1-Getting-Started-1-actual.png
Diff: /home/runner/work/ipyaladin/ipyaladin/test-results/examples-1-Getting-Started/1-Getting-Started-1-diff.png
33 | await page.notebook.save();
34 | // And check snapshot (maybe we should clip to div jp-main-dock-panel)
> 35 | expect(await page.screenshot()).toMatchSnapshot();
| ^
36 | });
37 |
38 | test("4_Importing_And_Exporting_Tables", async ({ page, request, tmpPath }) => {
at /home/runner/work/ipyaladin/ipyaladin/js/ui-tests/examples.spec.js:35:35
|
examples.spec.js:38:5 › 4_Importing_And_Exporting_Tables:
js/ui-tests/examples.spec.js#L75
2) examples.spec.js:38:5 › 4_Importing_And_Exporting_Tables ──────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "[<Table length=64>"
Received string: "[8]:aladin.selected_objects[8]:[]"
73 | const cellResult = await targetCellLocator.textContent();
74 |
> 75 | expect(cellResult).toContain("[<Table length=64>");
| ^
76 | });
77 |
at /home/runner/work/ipyaladin/ipyaladin/js/ui-tests/examples.spec.js:75:22
|
test
Process completed with exit code 1.
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
2 failed
examples.spec.js:10:5 › 1-Getting-Started ──────────────────────────────────────────────────────
examples.spec.js:38:5 › 4_Importing_And_Exporting_Tables ───────────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
2.3 MB |
|