stage #2779
Annotations
1 error, 2 warnings, and 1 notice
Run e2e tests:
frontend/tests/features/wheresMyGene/landingPageFilter.test.ts#L185
1) [chromium] › tests/features/wheresMyGene/landingPageFilter.test.ts:172:7 › Left side bar › Data Source Button Badge Counter - Check Visible after filters applied
Error: expect(locator).toBeVisible()
Locator: getByTestId('source-data-badge')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('source-data-badge')
183 | });
184 | const badgeCounter = await page.getByTestId(DATA_SOURCE_BADGE_TEST_ID);
> 185 | expect(badgeCounter).toBeVisible();
| ^
186 | const count = await badgeCounter.innerText();
187 | expect(parseInt(count)).toBeLessThan(99);
188 | },
at page.page (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/wheresMyGene/landingPageFilter.test.ts:185:30)
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/wheresMyGene/landingPageFilter.test.ts:175:5
|
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", "playwright-report chromium 4 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/
|
Run e2e tests
1 flaky
[chromium] › tests/features/wheresMyGene/landingPageFilter.test.ts:172:7 › Left side bar › Data Source Button Badge Counter - Check Visible after filters applied
2 skipped
54 passed (3.5m)
|
The logs for this run have expired and are no longer available.
Loading