Rewrite password field #1525
Annotations
1 error, 7 warnings, and 1 notice
Run Playwrigth:
meteor/examples/admin-sdk-plugin/tests/acceptance/tests/location.spec.ts#L66
1) [chromium] › location.spec.ts:40:1 › @SDK: start auto resizing of the iFrame height ───────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('iframe[src*=\'location-id=location-index\']')
Expected string: "736px"
Received string: "700px"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('iframe[src*=\'location-id=location-index\']')
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
- locator resolved to <iframe width="100%" height="700px" title="http://localhost:8000/admin/testplugin/index.html" src="http://localhost:8000/admin/testplugin/index.html?location-id=location-index"></iframe>
- unexpected value "700px"
64 | await expect(
65 | ShopAdmin.page.locator(`iframe[src*='location-id=location-index']`),
> 66 | ).toHaveAttribute('height', '736px');
| ^
67 | });
68 |
at /home/runner/work/meteor/meteor/meteor/examples/admin-sdk-plugin/tests/acceptance/tests/location.spec.ts:66:5
|
Run Playwrigth:
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
|
Run Playwrigth:
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › dataset.spec.ts#L1
meteor/examples/admin-sdk-plugin/tests/acceptance/[chromium] › dataset.spec.ts took 26.2s
|
Run Playwrigth:
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 21.4s
|
Run Playwrigth:
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
|
Run Playwrigth:
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 19.8s
|
Run actions/upload-artifact@v4
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/playwright-report/. No artifacts will be uploaded.
|
Run actions/upload-artifact@v4
No files were found with the provided path: meteor/examples/admin-sdk-plugin/tests/acceptance/test-results/. No artifacts will be uploaded.
|
Run Playwrigth
1 flaky
[chromium] › location.spec.ts:40:1 › @SDK: start auto resizing of the iFrame height ────────────
27 passed (4.7m)
|
Loading