Add table to ViewerConfig
#1446
build.yaml
on: pull_request
Matrix: lint_and_docs
Matrix: build_js
Matrix: build_python
Matrix: build_and_test_rust
Matrix: build_emscripten_wheel
Matrix: benchmark_js
Matrix: test_js
Matrix: build_and_test_jupyterlab
Matrix: benchmark_python
Matrix: test_python
Matrix: test_emscripten_wheel
Matrix: test_python_sdist
Matrix: publish
Annotations
3 errors and 1 notice
|
test_js (ubuntu-22.04, 3.9, 20.x)
Process completed with exit code 1.
|
|
[workspace-desktop-chrome] › packages/workspace/test/js/table.spec.js:116:5 › Workspace table functions › Shadow DOM › removeTable() smoke test:
tools/test/src/js/utils.ts#L171
2) [workspace-desktop-chrome] › packages/workspace/test/js/table.spec.js:116:5 › Workspace table functions › Shadow DOM › removeTable() smoke test
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/workspace-desktop-chrome/table.spec.js/shadow-dom-table-delete-works.
at src/js/utils.ts:171
169 | });
170 |
> 171 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
172 | }
173 |
174 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:171:29)
at compareShadowDOMContents (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:204:5)
|
|
[workspace-desktop-chrome] › packages/workspace/test/js/table.spec.js:116:5 › Workspace table functions › Light DOM › removeTable() smoke test:
tools/test/src/js/utils.ts#L171
1) [workspace-desktop-chrome] › packages/workspace/test/js/table.spec.js:116:5 › Workspace table functions › Light DOM › removeTable() smoke test
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/workspace-desktop-chrome/table.spec.js/light-dom-table-delete-works.
at src/js/utils.ts:171
169 | });
170 |
> 171 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
172 | }
173 |
174 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:171:29)
at compareLightDOMContents (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:199:5)
|
|
🎭 Playwright Run Summary
2 failed
[workspace-desktop-chrome] › packages/workspace/test/js/table.spec.js:116:5 › Workspace table functions › Light DOM › removeTable() smoke test
[workspace-desktop-chrome] › packages/workspace/test/js/table.spec.js:116:5 › Workspace table functions › Shadow DOM › removeTable() smoke test
110 skipped
1418 passed (4.3m)
|