Stencil Nightly Build #313
Annotations
1 error, 1 warning, and 1 notice
Run /./.github/workflows/actions/test-core-screenshot:
core/src/components/picker-internal/test/basic/picker-internal.e2e.ts#L15
1) [Mobile Firefox] › src/components/picker-internal/test/basic/picker-internal.e2e.ts:9:9 › picker-internal: rendering - ios/ltr › inline pickers should not have visual regression
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('#inline button[data-value="full-stack"]')
Expected pattern: /picker-item-active/
Received string: "picker-item"
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('#inline button[data-value="full-stack"]')
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
- locator resolved to <button tabindex="-1" data-index="2" part="wheel-item" c…>Full Stack</button>
- unexpected value "picker-item"
13 | const onion = page.locator('#inline button[data-value="onion"]');
14 |
> 15 | await expect(fullStack).toHaveClass(/picker-item-active/);
| ^
16 | await expect(onion).toHaveClass(/picker-item-active/);
17 |
18 | await page.waitForChanges();
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts:15:31
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run /./.github/workflows/actions/test-core-screenshot
1 flaky
[Mobile Firefox] › src/components/picker-internal/test/basic/picker-internal.e2e.ts:9:9 › picker-internal: rendering - ios/ltr › inline pickers should not have visual regression
10 skipped
398 passed (5.7m)
|
The logs for this run have expired and are no longer available.
Loading