refactor: add more context with sprintf #1000
Annotations
4 errors, 3 warnings, and 1 notice
[chromium] › import.spec.js:128:6 › Feed Import › importing feed from URL with featured image:
tests/e2e/specs/import.spec.js#L147
1) [chromium] › import.spec.js:128:6 › Feed Import › importing feed from URL with featured image ─
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')
145 | await page.getByRole('link', { name: 'Posts', exact: true }).click({ force: true });
146 | await page.locator('#the-list tr').first().locator('a.row-title').click({ force: true });
> 147 | await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
| ^
148 | });
149 |
150 | test( 'importing feed with chained actions', async({ admin, page, requestUtils }) => {
at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/import.spec.js:147:64
|
[chromium] › import.spec.js:128:6 › Feed Import › importing feed from URL with featured image:
tests/e2e/specs/import.spec.js#L147
1) [chromium] › import.spec.js:128:6 › Feed Import › importing feed from URL with featured image ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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')
145 | await page.getByRole('link', { name: 'Posts', exact: true }).click({ force: true });
146 | await page.locator('#the-list tr').first().locator('a.row-title').click({ force: true });
> 147 | await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
| ^
148 | });
149 |
150 | test( 'importing feed with chained actions', async({ admin, page, requestUtils }) => {
at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/import.spec.js:147:64
|
[chromium] › import.spec.js:128:6 › Feed Import › importing feed from URL with featured image:
tests/e2e/specs/import.spec.js#L147
1) [chromium] › import.spec.js:128:6 › Feed Import › importing feed from URL with featured image ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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')
145 | await page.getByRole('link', { name: 'Posts', exact: true }).click({ force: true });
146 | await page.locator('#the-list tr').first().locator('a.row-title').click({ force: true });
> 147 | await expect( page.getByLabel('Edit or replace the image') ).toBeVisible(); // Featured image is added.
| ^
148 | });
149 |
150 | test( 'importing feed with chained actions', async({ admin, page, requestUtils }) => {
at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/import.spec.js:147:64
|
E2E
Process completed with exit code 1.
|
E2E
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
E2E
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/
|
E2E
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
1 failed
[chromium] › import.spec.js:128:6 › Feed Import › importing feed from URL with featured image ──
12 passed (1.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-playwright-results
|
11.7 MB |
|