feat: spatial refactor #2303
Annotations
2 errors, 2 warnings, and 1 notice
Smoke tests (without annotations feature):
client/__tests__/e2e/cellxgeneActions.ts#L453
1) [chromium] › e2e/e2e.test.ts:785:13 › dataset: pbmc3k.cxg › geneSET crud operations and interactions whole › delete a geneset and undo/redo
Error: expect(locator).toBeHidden()
Locator: getByTestId('geneset_to_delete:geneset-name')
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 10000ms
- waiting for getByTestId('geneset_to_delete:geneset-name')
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
at e2e/cellxgeneActions.ts:453
451 | await tryUntil(
452 | () => {
> 453 | expect(page.getByTestId(`${genesetName}:geneset-name`)).toBeHidden();
| ^
454 | },
455 | { page }
456 | );
at assert (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:453:63)
at tryUntil (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/puppeteerUtils.ts:79:13)
at assertGenesetDoesNotExist (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:451:17)
at page.page (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:441:13)
at tryUntil (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/puppeteerUtils.ts:79:7)
at deleteGeneset (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:428:3)
at page.page (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/e2e.test.ts:797:15)
at tryUntil (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/puppeteerUtils.ts:79:7)
at /home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/e2e.test.ts:789:11
|
Smoke tests (without annotations feature):
client/__tests__/e2e/cellxgeneActions.ts#L453
2) [chromium] › e2e/e2e.test.ts:785:13 › dataset: super-cool-spatial.cxg › geneSET crud operations and interactions whole › delete a geneset and undo/redo
Error: expect(locator).toBeHidden()
Locator: getByTestId('geneset_to_delete:geneset-name')
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 10000ms
- waiting for getByTestId('geneset_to_delete:geneset-name')
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
- locator resolved to <span class="" tabindex="0" data-chromatic="ignore" ar…>…</span>
- unexpected value "visible"
at e2e/cellxgeneActions.ts:453
451 | await tryUntil(
452 | () => {
> 453 | expect(page.getByTestId(`${genesetName}:geneset-name`)).toBeHidden();
| ^
454 | },
455 | { page }
456 | );
at assert (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:453:63)
at tryUntil (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/puppeteerUtils.ts:79:13)
at assertGenesetDoesNotExist (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:451:17)
at page.page (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:441:13)
at tryUntil (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/puppeteerUtils.ts:79:7)
at deleteGeneset (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/cellxgeneActions.ts:428:3)
at page.page (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/e2e.test.ts:797:15)
at tryUntil (/home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/puppeteerUtils.ts:79:7)
at /home/runner/work/single-cell-explorer/single-cell-explorer/client/__tests__/e2e/e2e.test.ts:789:11
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v1, actions/cache@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Smoke tests (without annotations feature)
2 flaky
[chromium] › e2e/e2e.test.ts:785:13 › dataset: pbmc3k.cxg › geneSET crud operations and interactions whole › delete a geneset and undo/redo
[chromium] › e2e/e2e.test.ts:785:13 › dataset: super-cool-spatial.cxg › geneSET crud operations and interactions whole › delete a geneset and undo/redo
87 passed (5.6m)
|
The logs for this run have expired and are no longer available.
Loading