feat: remove seurat [do not merge yet] #6746
Annotations
4 errors and 1 notice
Run e2e tests:
frontend/tests/features/home/homePage.test.ts#L54
1) [chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ─
Error: tryUntil() failed - Maxed out retries of 50: expect(received).not.toEqual(expected) // deep equality
Expected: not "33M+"
52 | .innerText();
53 |
> 54 | expect(cellsHeroNum).not.toEqual(LANDING_PAGE_FALLBACK_CELLS_HERO_NUM);
| ^
55 | expect(cellTypesHeroNum).not.toEqual(
56 | LANDING_PAGE_FALLBACK_CELLTYPES_HERO_NUM
57 | );
at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:54:34)
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:42:5
|
Run e2e tests:
frontend/tests/features/home/homePage.test.ts#L54
1) [chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: tryUntil() failed - Maxed out retries of 50: expect(received).not.toEqual(expected) // deep equality
Expected: not "33M+"
52 | .innerText();
53 |
> 54 | expect(cellsHeroNum).not.toEqual(LANDING_PAGE_FALLBACK_CELLS_HERO_NUM);
| ^
55 | expect(cellTypesHeroNum).not.toEqual(
56 | LANDING_PAGE_FALLBACK_CELLTYPES_HERO_NUM
57 | );
at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:54:34)
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:42:5
|
Run e2e tests:
frontend/tests/features/home/homePage.test.ts#L54
1) [chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: tryUntil() failed - Maxed out retries of 50: expect(received).not.toEqual(expected) // deep equality
Expected: not "33M+"
52 | .innerText();
53 |
> 54 | expect(cellsHeroNum).not.toEqual(LANDING_PAGE_FALLBACK_CELLS_HERO_NUM);
| ^
55 | expect(cellTypesHeroNum).not.toEqual(
56 | LANDING_PAGE_FALLBACK_CELLTYPES_HERO_NUM
57 | );
at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:54:34)
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/home/homePage.test.ts:42:5
|
Run e2e tests
Process completed with exit code 1.
|
Run e2e tests
1 failed
[chromium] › tests/features/home/homePage.test.ts:39:7 › Homepage › Hero numbers are rendered ──
3 skipped
55 passed (3.6m)
|
Loading