stage #2982
Annotations
1 error, 5 warnings, and 1 notice
frontend/tests/features/collection/revision.test.ts#L595
1) [chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision
Error: tryUntil() failed - Maxed out timeout of 180000ms: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('collection-actions')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('collection-actions')
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
- locator resolved to <div class="css-1ktbldo e1esaoq90" data-testid="colle…></div>
- unexpected value "hidden"
593 | await tryUntil(
594 | async () =>
> 595 | await expect(page.getByTestId(COLLECTION_ACTIONS_ID)).toBeVisible(),
| ^
596 | { page }
597 | );
598 |
at assert (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:595:61)
at tryUntil (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/utils/helpers.ts:165:13)
at startRevision (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:593:3)
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/revision.test.ts:102:28
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/upload-artifact@v3, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "logged-in-test-results".
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 flaky
[chromium] › tests/features/collection/revision.test.ts:100:7 › Collection Revision @loggedin › starts a revision
16 passed (8.8m)
|
The logs for this run have expired and are no longer available.
Loading