chore: import with chained actions #893
Annotations
1 error, 2 warnings, and 1 notice
tests/e2e/specs/import.spec.js#L172
1) [chromium] › import.spec.js:143:6 › Feed Import › importing feed with chained actions ─────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Edit or replace the image')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Edit or replace the image')
170 |
171 | await page.getByRole('button', { name: 'Featured image' }).click({ force: true });
> 172 | await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
| ^
173 | });
174 | });
175 |
at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/import.spec.js:172:64
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading