fix: omit orphan cells from query result (SCE-38) #6770
Annotations
3 errors and 1 notice
Run e2e Logged In tests:
frontend/tests/features/collection/collection.test.ts#L1
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI
Test timeout of 300000ms exceeded.
|
Run e2e Logged In tests:
frontend/tests/features/collection/collection.test.ts#L184
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI
Error: page.waitForResponse: Test timeout of 300000ms exceeded.
182 | async function submitCreateFormInvalid(page: Page) {
183 | return await Promise.all([
> 184 | page.waitForResponse(
| ^
185 | (response) =>
186 | response.url().includes(collectionEndpointPath) &&
187 | response.status() === HTTP_STATUS_CODE.BAD_REQUEST
at submitCreateFormInvalid (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:184:10)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:136:34
|
Run e2e Logged In tests:
frontend/tests/features/collection/revision.test.ts#L565
2) [chromium] › tests/features/collection/revision.test.ts:456:9 › Collection Revision @loggedin › reorder datasets › move last dataset to first position
Error: tryUntil() failed - Maxed out timeout of 60000ms: No available collection
563 | }
564 |
> 565 | throw new Error("No available collection");
| ^
566 | }
567 | },
568 | { page, timeoutMs: WAIT_FOR_MIN_USABLE_COLLECTION_TIMEOUT_MS }
at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:565:15)
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7)
at startRevision (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:537:3)
at startReorderableRevision (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:772:3)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:458:7
|
Run e2e Logged In tests
2 flaky
[chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI
[chromium] › tests/features/collection/revision.test.ts:456:9 › Collection Revision @loggedin › reorder datasets › move last dataset to first position
15 passed (5.8m)
|
Loading