Skip to content

fix: translation string #950

fix: translation string

fix: translation string #950

Triggered via push October 9, 2024 12:45
Status Failure
Total duration 3m 56s
Artifacts 1

test-e2e.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 2 warnings, and 1 notice
[chromium] › upsell.spec.js:16:9 › Upsell › upgrade banner: tests/e2e/specs/upsell.spec.js#L18
1) [chromium] › upsell.spec.js:16:9 › Upsell › upgrade banner ──────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }) resolved to 2 elements: 1) <a target="_blank" href="https://themeisle.com/plug…> upgrading to Feedzy Pro </a> aka getByRole('link', { name: 'upgrading to Feedzy Pro' }).first() 2) <a target="_blank" href="https://themeisle.com/plug…> upgrading to Feedzy Pro </a> aka locator('#feedzy-import-form').getByRole('link', { name: 'upgrading to Feedzy Pro' }) Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }) 16 | test( 'upgrade banner', async({ editor, page }) => { 17 | const bannerLinkElement = page.getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }); > 18 | await expect( bannerLinkElement ).toBeVisible(); | ^ 19 | 20 | const bannerLink = new URL( await bannerLinkElement.getAttribute('href') ); 21 | expect( bannerLink.host ).toBe( 'themeisle.com' ); at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/upsell.spec.js:18:43
[chromium] › upsell.spec.js:16:9 › Upsell › upgrade banner: tests/e2e/specs/upsell.spec.js#L18
1) [chromium] › upsell.spec.js:16:9 › Upsell › upgrade banner ──────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }) resolved to 2 elements: 1) <a target="_blank" href="https://themeisle.com/plug…> upgrading to Feedzy Pro </a> aka getByRole('link', { name: 'upgrading to Feedzy Pro' }).first() 2) <a target="_blank" href="https://themeisle.com/plug…> upgrading to Feedzy Pro </a> aka locator('#feedzy-import-form').getByRole('link', { name: 'upgrading to Feedzy Pro' }) Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }) 16 | test( 'upgrade banner', async({ editor, page }) => { 17 | const bannerLinkElement = page.getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }); > 18 | await expect( bannerLinkElement ).toBeVisible(); | ^ 19 | 20 | const bannerLink = new URL( await bannerLinkElement.getAttribute('href') ); 21 | expect( bannerLink.host ).toBe( 'themeisle.com' ); at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/upsell.spec.js:18:43
[chromium] › upsell.spec.js:16:9 › Upsell › upgrade banner: tests/e2e/specs/upsell.spec.js#L18
1) [chromium] › upsell.spec.js:16:9 › Upsell › upgrade banner ──────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }) resolved to 2 elements: 1) <a target="_blank" href="https://themeisle.com/plug…> upgrading to Feedzy Pro </a> aka getByRole('link', { name: 'upgrading to Feedzy Pro' }).first() 2) <a target="_blank" href="https://themeisle.com/plug…> upgrading to Feedzy Pro </a> aka locator('#feedzy-import-form').getByRole('link', { name: 'upgrading to Feedzy Pro' }) Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }) 16 | test( 'upgrade banner', async({ editor, page }) => { 17 | const bannerLinkElement = page.getByRole('link', { name: 'upgrading to Feedzy Pro', exact: true }); > 18 | await expect( bannerLinkElement ).toBeVisible(); | ^ 19 | 20 | const bannerLink = new URL( await bannerLinkElement.getAttribute('href') ); 21 | expect( bannerLink.host ).toBe( 'themeisle.com' ); at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/upsell.spec.js:18:43
[chromium] › upsell.spec.js:49:9 › Upsell › map content: tests/e2e/specs/upsell.spec.js#L53
2) [chromium] › upsell.spec.js:49:9 › Upsell › map content ─────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTitle('upgrading to Feedzy Pro') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTitle('upgrading to Feedzy Pro') 51 | 52 | const magicTagsUpsell = page.getByTitle('upgrading to Feedzy Pro'); > 53 | await expect( magicTagsUpsell ).toBeVisible(); | ^ 54 | const upgradeLink = new URL( await magicTagsUpsell.getAttribute('href') ); 55 | expect( upgradeLink.searchParams.get('utm_campaign') ).toBe('magictags'); 56 | } ); at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/upsell.spec.js:53:41
[chromium] › upsell.spec.js:49:9 › Upsell › map content: tests/e2e/specs/upsell.spec.js#L53
2) [chromium] › upsell.spec.js:49:9 › Upsell › map content ─────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTitle('upgrading to Feedzy Pro') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTitle('upgrading to Feedzy Pro') 51 | 52 | const magicTagsUpsell = page.getByTitle('upgrading to Feedzy Pro'); > 53 | await expect( magicTagsUpsell ).toBeVisible(); | ^ 54 | const upgradeLink = new URL( await magicTagsUpsell.getAttribute('href') ); 55 | expect( upgradeLink.searchParams.get('utm_campaign') ).toBe('magictags'); 56 | } ); at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/upsell.spec.js:53:41
[chromium] › upsell.spec.js:49:9 › Upsell › map content: tests/e2e/specs/upsell.spec.js#L53
2) [chromium] › upsell.spec.js:49:9 › Upsell › map content ─────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByTitle('upgrading to Feedzy Pro') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByTitle('upgrading to Feedzy Pro') 51 | 52 | const magicTagsUpsell = page.getByTitle('upgrading to Feedzy Pro'); > 53 | await expect( magicTagsUpsell ).toBeVisible(); | ^ 54 | const upgradeLink = new URL( await magicTagsUpsell.getAttribute('href') ); 55 | expect( upgradeLink.searchParams.get('utm_campaign') ).toBe('magictags'); 56 | } ); at /home/runner/work/feedzy-rss-feeds/feedzy-rss-feeds/tests/e2e/specs/upsell.spec.js:53:41
E2E
Process completed with exit code 1.
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
2 failed [chromium] › upsell.spec.js:16:9 › Upsell › upgrade banner ───────────────────────────────────── [chromium] › upsell.spec.js:49:9 › Upsell › map content ──────────────────────────────────────── 11 passed (1.2m)

Artifacts

Produced during runtime
Name Size
e2e-playwright-results Expired
10.1 MB