add pluralization to useI18n hook #1466
tests.yml
on: pull_request
Static Analysis
3m 7s
Unit tests
55s
Check for circular dependencies (Madge)
29s
tested-versions
2s
Playwright Integration Tests
1m 33s
Matrix: Acceptance tests
Annotations
15 errors, 22 warnings, and 3 notices
[chromium] › component-section.spec.ts:14:1 › @sdk: add a component section:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
1) [chromium] › component-section.spec.ts:14:1 › @SDK: add a component section ───────────────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274450&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=04cb6fe9b151a4ed4d1ecd41263c1b446158fd302a1ac3230748732afec474f7"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/component-section.spec.ts:10:28
|
[chromium] › component-section.spec.ts:29:1 › @sdk: add a component section with tabs:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
2) [chromium] › component-section.spec.ts:29:1 › @SDK: add a component section with tabs ─────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274477&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=3a4ec35ee5a146d053a7d13f63fe28ab2db6ece398ebe45636336604e70ff315"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/component-section.spec.ts:10:28
|
[chromium] › context.spec.ts:48:1 › @sdk: subscribe on language changes:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
3) [chromium] › context.spec.ts:48:1 › @SDK: subscribe on language changes ───────────────────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274515&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=ce58e942236387477ed85955ecb129f7a32f6fa443340cd3cc6e47e42082f198"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/context.spec.ts:23:28
|
[chromium] › context.spec.ts:239:1 › @sdk: get module information:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
4) [chromium] › context.spec.ts:239:1 › @SDK: get module information ─────────────────────────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274598&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=ded51cc248a3d55ee68216e4b3eb43c7676b06c99de2ea1c966b59587b140742"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/context.spec.ts:23:28
|
[chromium] › dataset.spec.ts:31:1 › @sdk: dataset subscribe:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
5) [chromium] › dataset.spec.ts:31:1 › @SDK: dataset subscribe ───────────────────────────────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274632&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=7fcfd6a1546011e6821948ffc640dc0f4f957c9e0718b25ad7e96c4074b31e11"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/dataset.spec.ts:11:28
|
[chromium] › dataset.spec.ts:31:1 › @sdk: dataset subscribe:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
5) [chromium] › dataset.spec.ts:31:1 › @SDK: dataset subscribe ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274641&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=4e40c7218922e0c4868cd8bc47642fd42dcb264faa1b752a11245424bd749178"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/dataset.spec.ts:11:28
|
[chromium] › location.spec.ts:16:1 › @sdk: update the height of the location iFrame:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
6) [chromium] › location.spec.ts:16:1 › @SDK: update the height of the location iFrame ───────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274670&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=2acc1d85a223468508370e48b57092a01ffc407979512702f6470fc5bff6b28f"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/location.spec.ts:12:28
|
[chromium] › notification.spec.ts:14:1 › @sdk: dispatch a notification:
meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts#L13
7) [chromium] › notification.spec.ts:14:1 › @SDK: dispatch a notification ────────────────────────
Error: expect.not.toBeEmpty: Error: strict mode violation: locator('iframe[src*="location-id=sw-main-hidden"]') resolved to 2 elements:
1) <iframe width="100%" height="100%" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=sw-main-hidden"></iframe> aka locator('iframe[title="http\\:\\/\\/localhost\\:8000\\/admin\\/testplugin\\/index\\.html"]')
2) <iframe width="100%" height="100%" title="https://swaginsiderpreview.apps.shopware.io/" src="https://swaginsiderpreview.apps.shopware.io/?location-id=sw-main-hidden&shop-id=ccVadwLorIjbPUia&shop-url=http://localhost:8000×tamp=1730274758&sw-version=6.6.9999999.9999999-dev&sw-context-language=2fbb5fe2e29a4d70aa5854ce7ce3e20b&sw-user-language=en-GB&shopware-shop-signature=37e596ea19c20d253712512806e62ef2851894c6cd6b6cccf8e7c8a5c4f59a3c"></iframe> aka locator('iframe[title="https\\:\\/\\/swaginsiderpreview\\.apps\\.shopware\\.io\\/"]')
Call log:
- expect.not.toBeEmpty with timeout 5000ms
- waiting for frameLocator('iframe[src*="location-id=sw-main-hidden"]').locator('body')
at ../fixtures/Helper.ts:13
11 |
12 | // Wait for the iframe's content to be loaded
> 13 | await expect(iframeLocator.locator('body')).not.toBeEmpty();
| ^
14 |
15 | // Get the Frame object
16 | const frame = page.frame({ url: new RegExp(`location-id=${locationId}`) });
at getSDKiFrame (/home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/fixtures/Helper.ts:13:51)
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/notification.spec.ts:10:28
|
[chromium] › modals.spec.ts:14:1 › @sdk: modals:
meteor/examples/admin-sdk-plugin/tests/acceptance/tests/modals.spec.ts#L1
1) [chromium] › modals.spec.ts:14:1 › @SDK: modals ───────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › modals.spec.ts:14:1 › @sdk: modals:
meteor/examples/admin-sdk-plugin/tests/acceptance/tests/modals.spec.ts#L55
1) [chromium] › modals.spec.ts:14:1 › @SDK: modals ───────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Open small variant' })
- locator resolved to <button>Open small variant</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdt68905b" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/68905b">…</div> subtree intercepts pointer eve
|
[chromium] › modals.spec.ts:14:1 › @sdk: modals:
meteor/examples/admin-sdk-plugin/tests/acceptance/tests/modals.spec.ts#L1
1) [chromium] › modals.spec.ts:14:1 › @SDK: modals ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › modals.spec.ts:14:1 › @sdk: modals:
meteor/examples/admin-sdk-plugin/tests/acceptance/tests/modals.spec.ts#L55
1) [chromium] › modals.spec.ts:14:1 › @SDK: modals ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Open small variant' })
- locator resolved to <button>Open small variant</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/a2e629">…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/a2e629">…</div> subtree intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/a2e629">…</div> subtree intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/a2e629">…</div> subtree intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/a2e629">…</div> subtree intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/a2e629">…</div> subtree intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/a2e629">…</div> subtree intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdta2e629" class="sf-toolbar" aria-label="Symfony We
|
[chromium] › modals.spec.ts:14:1 › @sdk: modals:
meteor/examples/admin-sdk-plugin/tests/acceptance/tests/modals.spec.ts#L1
1) [chromium] › modals.spec.ts:14:1 › @SDK: modals ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › modals.spec.ts:14:1 › @sdk: modals:
meteor/examples/admin-sdk-plugin/tests/acceptance/tests/modals.spec.ts#L55
1) [chromium] › modals.spec.ts:14:1 › @SDK: modals ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByRole('button', { name: 'Open small variant' })
- locator resolved to <button>Open small variant</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/f499f2">…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/f499f2">…</div> subtree intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/f499f2">…</div> subtree intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/f499f2">…</div> subtree intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/f499f2">…</div> subtree intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/f499f2">…</div> subtree intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony Web Debug Toolbar" data-sfurl="http://localhost:8000/_wdt/f499f2">…</div> subtree intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="sf-toolbar-info">…</div> from <div role="region" id="sfwdtf499f2" class="sf-toolbar" aria-label="Symfony We
|
Acceptance tests (v6.6.7.1)
Process completed with exit code 1.
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › menu-item.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › menu-item.spec.ts took 22.4s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › action-button.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › action-button.spec.ts took 17.8s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › window.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › window.spec.ts took 16.6s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › settings-item.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › settings-item.spec.ts took 16.5s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › tabs.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › tabs.spec.ts took 15.7s
|
Acceptance tests (trunk)
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/playwright-report/. No artifacts will be uploaded.
|
Acceptance tests (trunk)
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/test-results/. No artifacts will be uploaded.
|
Acceptance tests (v6.6.7.1)
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/test-results/. No artifacts will be uploaded.
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › context.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › context.spec.ts took 1.3m
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › dataset.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › dataset.spec.ts took 25.6s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › menu-item.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › menu-item.spec.ts took 20.9s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › component-section.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › component-section.spec.ts took 20.6s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › location.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › location.spec.ts took 19.1s
|
Acceptance tests (v6.6.7.1)
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/playwright-report/. No artifacts will be uploaded.
|
Playwright Integration Tests
No files were found with the provided path: examples/nuxt-app/test-results/. No artifacts will be uploaded.
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › context.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › context.spec.ts took 1.2m
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › dataset.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › dataset.spec.ts took 22.5s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › component-section.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › component-section.spec.ts took 18.8s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › menu-item.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › menu-item.spec.ts took 18.5s
|
Slow Test:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › location.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › location.spec.ts took 17.7s
|
Acceptance tests (v6.6.0.0)
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/playwright-report/. No artifacts will be uploaded.
|
Acceptance tests (v6.6.0.0)
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
7 flaky
[chromium] › component-section.spec.ts:14:1 › @SDK: add a component section ────────────────────
[chromium] › component-section.spec.ts:29:1 › @SDK: add a component section with tabs ──────────
[chromium] › context.spec.ts:48:1 › @SDK: subscribe on language changes ────────────────────────
[chromium] › context.spec.ts:239:1 › @SDK: get module information ──────────────────────────────
[chromium] › dataset.spec.ts:31:1 › @SDK: dataset subscribe ────────────────────────────────────
[chromium] › location.spec.ts:16:1 › @SDK: update the height of the location iFrame ────────────
[chromium] › notification.spec.ts:14:1 › @SDK: dispatch a notification ─────────────────────────
21 passed (6.6m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › modals.spec.ts:14:1 › @SDK: modals ────────────────────────────────────────────────
27 passed (5.8m)
|
🎭 Playwright Run Summary
28 passed (3.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
meteor-admin-sdk--playwright-test-results
|
198 KB |
|