chore: bump actions/cache from 3 to 4 #8955
Annotations
3 errors, 9 warnings, and 4 notices
[Medium Mobile] › FeatureIcon/FeatureIcon.ct.tsx:7:7 › visual FeatureIcon › FeatureIcon:
packages/orbit-components/src/FeatureIcon/FeatureIcon.ct.tsx#L10
1) [Medium Mobile] › FeatureIcon/FeatureIcon.ct.tsx:7:7 › visual FeatureIcon › FeatureIcon ───────
Error: Screenshot comparison failed:
1288 pixels (ratio 0.06 of all image pixels) are different.
Expected: /__w/orbit/orbit/packages/orbit-components/src/FeatureIcon/FeatureIcon.ct.tsx-snapshots/visual-FeatureIcon-FeatureIcon-1-Medium-Mobile-linux.png
Received: /__w/orbit/orbit/packages/orbit-components/test-results/FeatureIcon-FeatureIcon.ct.tsx-visual-FeatureIcon-FeatureIcon-Medium-Mobile/visual-FeatureIcon-FeatureIcon-1-actual.png
Diff: /__w/orbit/orbit/packages/orbit-components/test-results/FeatureIcon-FeatureIcon.ct.tsx-visual-FeatureIcon-FeatureIcon-Medium-Mobile/visual-FeatureIcon-FeatureIcon-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="space-x-xs flex">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 1288 pixels (ratio 0.06 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="space-x-xs flex">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 1288 pixels (ratio 0.06 of all image pixels) are different.
8 | const component = await mount(<FeatureIconStory />);
9 |
> 10 | await expect(component).toHaveScreenshot();
| ^
11 | });
12 | });
13 |
at /__w/orbit/orbit/packages/orbit-components/src/FeatureIcon/FeatureIcon.ct.tsx:10:29
|
[Large Mobile] › CarrierLogo/CarrierLogo.ct.tsx:7:7 › visual CarrierLogo › CarrierLogo:
packages/orbit-components/src/CarrierLogo/CarrierLogo.ct.tsx#L10
1) [Large Mobile] › CarrierLogo/CarrierLogo.ct.tsx:7:7 › visual CarrierLogo › CarrierLogo ────────
Error: Screenshot comparison failed:
370 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/orbit/orbit/packages/orbit-components/src/CarrierLogo/CarrierLogo.ct.tsx-snapshots/visual-CarrierLogo-CarrierLogo-1-Large-Mobile-linux.png
Received: /__w/orbit/orbit/packages/orbit-components/test-results/CarrierLogo-CarrierLogo.ct.tsx-visual-CarrierLogo-CarrierLogo-Large-Mobile/visual-CarrierLogo-CarrierLogo-1-actual.png
Diff: /__w/orbit/orbit/packages/orbit-components/test-results/CarrierLogo-CarrierLogo.ct.tsx-visual-CarrierLogo-CarrierLogo-Large-Mobile/visual-CarrierLogo-CarrierLogo-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="space-y-xs flex flex-col">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 370 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="space-y-xs flex flex-col">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 370 pixels (ratio 0.01 of all image pixels) are different.
8 | const component = await mount(<CarrierLogoStory />);
9 |
> 10 | await expect(component).toHaveScreenshot();
| ^
11 | });
12 | });
13 |
at /__w/orbit/orbit/packages/orbit-components/src/CarrierLogo/CarrierLogo.ct.tsx:10:29
|
[Tablet] › CarrierLogo/CarrierLogo.ct.tsx:7:7 › visual CarrierLogo › CarrierLogo:
packages/orbit-components/src/CarrierLogo/CarrierLogo.ct.tsx#L10
1) [Tablet] › CarrierLogo/CarrierLogo.ct.tsx:7:7 › visual CarrierLogo › CarrierLogo ──────────────
Error: Screenshot comparison failed:
370 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/orbit/orbit/packages/orbit-components/src/CarrierLogo/CarrierLogo.ct.tsx-snapshots/visual-CarrierLogo-CarrierLogo-1-Tablet-linux.png
Received: /__w/orbit/orbit/packages/orbit-components/test-results/CarrierLogo-CarrierLogo.ct.tsx-visual-CarrierLogo-CarrierLogo-Tablet/visual-CarrierLogo-CarrierLogo-1-actual.png
Diff: /__w/orbit/orbit/packages/orbit-components/test-results/CarrierLogo-CarrierLogo.ct.tsx-visual-CarrierLogo-CarrierLogo-Tablet/visual-CarrierLogo-CarrierLogo-1-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="space-y-xs flex flex-col">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 7945 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="space-y-xs flex flex-col">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 7575 pixels (ratio 0.02 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="space-y-xs flex flex-col">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 370 pixels (ratio 0.01 of all image pixels) are different.
8 | const component = await mount(<CarrierLogoStory />);
9 |
> 10 | await expect(component).toHaveScreenshot();
| ^
11 | });
12 | });
13 |
at /__w/orbit/orbit/packages/orbit-components/src/CarrierLogo/CarrierLogo.ct.tsx:10:29
|
types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cypress
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Components (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Components (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Components (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Components (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 flaky
[Medium Mobile] › FeatureIcon/FeatureIcon.ct.tsx:7:7 › visual FeatureIcon › FeatureIcon ────────
455 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[Large Mobile] › CarrierLogo/CarrierLogo.ct.tsx:7:7 › visual CarrierLogo › CarrierLogo ─────────
455 passed (2.8m)
|
🎭 Playwright Run Summary
456 passed (2.1m)
|
🎭 Playwright Run Summary
1 flaky
[Tablet] › CarrierLogo/CarrierLogo.ct.tsx:7:7 › visual CarrierLogo › CarrierLogo ───────────────
455 passed (2.7m)
|