Stencil Nightly Build #520
Annotations
1 error and 1 notice
Run /./.github/workflows/actions/test-core-screenshot:
src/components/datetime/test/presentation/datetime.e2e.ts#L81
1) [Mobile Safari] › src/components/datetime/test/presentation/datetime.e2e.ts:70:9 › datetime: presentation - ios/ltr › presentation: month-year: should emit ionChange
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
79 | await ionChangeSpy.next();
80 |
> 81 | expect(ionChangeSpy.length).toBe(1);
| ^
82 | });
83 |
84 | test('presentation: month: should emit ionChange', async ({ page }) => {
at /ionic/src/components/datetime/test/presentation/datetime.e2e.ts:81:35
|
Run /./.github/workflows/actions/test-core-screenshot
1 flaky
[Mobile Safari] › src/components/datetime/test/presentation/datetime.e2e.ts:70:9 › datetime: presentation - ios/ltr › presentation: month-year: should emit ionChange
2 skipped
427 passed (6.3m)
|
Loading