chore: freeze dev for 5.1 migration #4252
Annotations
10 errors, 2 warnings, and 1 notice
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L293
1) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:247:9 › Differential Expression › Query Builder › Copy button copies filter over to Cell Group 2, and cell group 2 number of cells updates
Error: expect(received).not.toBe(expected) // Object.is equality
Expected: not "37,681,625 cells"
291 |
292 | // Ensure cell count in group 2 updates
> 293 | expect(initialCellCountGroup2).not.toBe(lungCellCountGroup2);
| ^
294 | });
295 |
296 | test("Crossfiltering a tag that is no longer valid grays it out, does not remove it", async ({
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:293:42
|
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L1
1) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:247:9 › Differential Expression › Query Builder › Copy button copies filter over to Cell Group 2, and cell group 2 number of cells updates
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L254
1) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:247:9 › Differential Expression › Query Builder › Copy button copies filter over to Cell Group 2, and cell group 2 number of cells updates
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('differential-expression-cell-group-2-filter').getByTestId('differential-expression-filter-cell-count')
252 | .getByTestId(DIFFERENTIAL_EXPRESSION_CELL_GROUP_2_FILTER)
253 | .getByTestId(DIFFERENTIAL_EXPRESSION_FILTER_CELL_COUNT)
> 254 | .textContent();
| ^
255 |
256 | // Select "lung" in tissue filter for cell group 1
257 | const tissueFilterAutocompleteGroup1 = page
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:254:10
|
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L1
1) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:247:9 › Differential Expression › Query Builder › Copy button copies filter over to Cell Group 2, and cell group 2 number of cells updates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L254
1) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:247:9 › Differential Expression › Query Builder › Copy button copies filter over to Cell Group 2, and cell group 2 number of cells updates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('differential-expression-cell-group-2-filter').getByTestId('differential-expression-filter-cell-count')
252 | .getByTestId(DIFFERENTIAL_EXPRESSION_CELL_GROUP_2_FILTER)
253 | .getByTestId(DIFFERENTIAL_EXPRESSION_FILTER_CELL_COUNT)
> 254 | .textContent();
| ^
255 |
256 | // Select "lung" in tissue filter for cell group 1
257 | const tissueFilterAutocompleteGroup1 = page
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:254:10
|
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L713
2) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:296:9 › Differential Expression › Query Builder › Crossfiltering a tag that is no longer valid grays it out, does not remove it
Error: tryUntil() failed - Maxed out retries of 50: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
711 | async () => {
712 | await autocomplete.click();
> 713 | expect(await autocomplete.locator("~ * li").count()).toBeGreaterThan(0);
| ^
714 | },
715 | { page: autocomplete.page() }
716 | );
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:713:60
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:7)
at openAutocompleteDropdown (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:710:3)
at clickOnAutocompleteDropdownItem (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:726:3)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:316:7
|
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L1
2) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:296:9 › Differential Expression › Query Builder › Crossfiltering a tag that is no longer valid grays it out, does not remove it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
frontend/tests/utils/helpers.ts#L178
2) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:296:9 › Differential Expression › Query Builder › Crossfiltering a tag that is no longer valid grays it out, does not remove it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Target page, context or browser has been closed
at tests/utils/helpers.ts:178
176 | }
177 |
> 178 | await page.waitForTimeout(WAIT_FOR_MS);
| ^
179 | }
180 | }
181 |
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:178:18)
at openAutocompleteDropdown (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:710:3)
at clickOnAutocompleteDropdownItem (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:726:3)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/differentialExpression/differentialExpression.test.ts:305:7
|
frontend/tests/features/differentialExpression/differentialExpression.test.ts#L1
2) [chromium] › tests/features/differentialExpression/differentialExpression.test.ts:296:9 › Differential Expression › Query Builder › Crossfiltering a tag that is no longer valid grays it out, does not remove it
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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 artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "allure-results", "html-report--attempt-1", "logged-in-test-results", "playwright-report chromium 1 of 5", "playwright-report chromium 2 of 5", "playwright-report chromium 4 of 5", "playwright-report chromium 5 of 5".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
1 failed
[chromium] › tests/features/differentialExpression/differentialExpression.test.ts:247:9 › Differential Expression › Query Builder › Copy button copies filter over to Cell Group 2, and cell group 2 number of cells updates
1 flaky
[chromium] › tests/features/differentialExpression/differentialExpression.test.ts:296:9 › Differential Expression › Query Builder › Crossfiltering a tag that is no longer valid grays it out, does not remove it
1 skipped
52 did not run
5 passed (12.7m)
|
The logs for this run have expired and are no longer available.
Loading