ally fixes #335
Annotations
7 errors and 2 warnings
|
test (20)
Process completed with exit code 1.
|
|
app/components/03.organisms/services/services-grids/tests/ServicesSectionGrid.spec.ts > ServicesSectionGrid > renders correct HTML structure:
app/components/03.organisms/services/services-grids/tests/ServicesSectionGrid.spec.ts#L49
Error: Snapshot `ServicesSectionGrid > renders correct HTML structure 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
"<div class="services-grid">
<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-installation.jpg 1x, /_ipx/_/images/locs-installation.jpg 2x" alt="Locs Installation" loading="eager" class="image" src="/_ipx/_/images/locs-installation.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-installation.jpg 1x, /_ipx/_/images/locs-installation.jpg 2x" alt="Locs Installation" loading="eager" fetchpriority="high" class="image" src="/_ipx/_/images/locs-installation.jpg"></div>
<div class="info-wrapper is-summary align-center">
<div class="eyebrow-text large">Subtitle for Locs Installation</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Locs Installation</span>
</h2>
@@ -26,11 +26,11 @@
</div>
</div>
</div>
<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-retwist.jpg 1x, /_ipx/_/images/locs-retwist.jpg 2x" alt="Locs Retwist" loading="eager" class="image" src="/_ipx/_/images/locs-retwist.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-retwist.jpg 1x, /_ipx/_/images/locs-retwist.jpg 2x" alt="Locs Retwist" loading="eager" fetchpriority="auto" class="image" src="/_ipx/_/images/locs-retwist.jpg"></div>
<div class="info-wrapper is-summary align-center">
<div class="eyebrow-text large">Subtitle for Locs Retwist</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Locs Retwist</span>
</h2>
@@ -53,11 +53,11 @@
</div>
</div>
</div>
<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/colour-treatment.jpg 1x, /_ipx/_/images/colour-treatment.jpg 2x" alt="Colour Treatment" loading="lazy" class="image" src="/_ipx/_/images/colour-treatment.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/colour-treatment.jpg 1x, /_ipx/_/images/colour-treatment.jpg 2x" alt="Colour Treatment" loading="lazy" fetchpriority="auto" class="image" src="/_ipx/_/images/colour-treatment.jpg"></div>
<div class="info-wrapper is-summary align-center">
<div class="eyebrow-text large">Subtitle for Colour Treatment</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Colour Treatment</span>
</h2>
❯ app/components/03.organisms/services/services-grids/tests/ServicesSectionGrid.spec.ts:49:28
|
|
app/components/03.organisms/services/services-section/tests/ServicesSection.spec.ts > ServicesSection > renders correct HTML structure:
app/components/03.organisms/services/services-section/tests/ServicesSection.spec.ts#L43
Error: Snapshot `ServicesSection > renders correct HTML structure 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
"<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/test.jpg 1x, /_ipx/_/images/test.jpg 2x" alt="Test Service" loading="eager" class="image" src="/_ipx/_/images/test.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/test.jpg 1x, /_ipx/_/images/test.jpg 2x" alt="Test Service" loading="eager" fetchpriority="high" class="image" src="/_ipx/_/images/test.jpg"></div>
<div class="info-wrapper">
<div class="eyebrow-text large">A subtitle</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Test Service</span>
</h2>
❯ app/components/03.organisms/services/services-section/tests/ServicesSection.spec.ts:43:28
|
|
test (22)
The strategy configuration was canceled because "test._20" failed
|
|
test (22)
Process completed with exit code 1.
|
|
app/components/03.organisms/services/services-section/tests/ServicesSection.spec.ts > ServicesSection > renders correct HTML structure:
app/components/03.organisms/services/services-section/tests/ServicesSection.spec.ts#L43
Error: Snapshot `ServicesSection > renders correct HTML structure 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
"<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/test.jpg 1x, /_ipx/_/images/test.jpg 2x" alt="Test Service" loading="eager" class="image" src="/_ipx/_/images/test.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/test.jpg 1x, /_ipx/_/images/test.jpg 2x" alt="Test Service" loading="eager" fetchpriority="high" class="image" src="/_ipx/_/images/test.jpg"></div>
<div class="info-wrapper">
<div class="eyebrow-text large">A subtitle</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Test Service</span>
</h2>
❯ app/components/03.organisms/services/services-section/tests/ServicesSection.spec.ts:43:28
|
|
app/components/03.organisms/services/services-grids/tests/ServicesSectionGrid.spec.ts > ServicesSectionGrid > renders correct HTML structure:
app/components/03.organisms/services/services-grids/tests/ServicesSectionGrid.spec.ts#L49
Error: Snapshot `ServicesSectionGrid > renders correct HTML structure 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
"<div class="services-grid">
<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-installation.jpg 1x, /_ipx/_/images/locs-installation.jpg 2x" alt="Locs Installation" loading="eager" class="image" src="/_ipx/_/images/locs-installation.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-installation.jpg 1x, /_ipx/_/images/locs-installation.jpg 2x" alt="Locs Installation" loading="eager" fetchpriority="high" class="image" src="/_ipx/_/images/locs-installation.jpg"></div>
<div class="info-wrapper is-summary align-center">
<div class="eyebrow-text large">Subtitle for Locs Installation</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Locs Installation</span>
</h2>
@@ -26,11 +26,11 @@
</div>
</div>
</div>
<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-retwist.jpg 1x, /_ipx/_/images/locs-retwist.jpg 2x" alt="Locs Retwist" loading="eager" class="image" src="/_ipx/_/images/locs-retwist.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/locs-retwist.jpg 1x, /_ipx/_/images/locs-retwist.jpg 2x" alt="Locs Retwist" loading="eager" fetchpriority="auto" class="image" src="/_ipx/_/images/locs-retwist.jpg"></div>
<div class="info-wrapper is-summary align-center">
<div class="eyebrow-text large">Subtitle for Locs Retwist</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Locs Retwist</span>
</h2>
@@ -53,11 +53,11 @@
</div>
</div>
</div>
<div class="services-section">
<div class="services-section__grid">
- <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/colour-treatment.jpg 1x, /_ipx/_/images/colour-treatment.jpg 2x" alt="Colour Treatment" loading="lazy" class="image" src="/_ipx/_/images/colour-treatment.jpg"></div>
+ <div class="image-wrapper"><img data-nuxt-img="" srcset="/_ipx/_/images/colour-treatment.jpg 1x, /_ipx/_/images/colour-treatment.jpg 2x" alt="Colour Treatment" loading="lazy" fetchpriority="auto" class="image" src="/_ipx/_/images/colour-treatment.jpg"></div>
<div class="info-wrapper is-summary align-center">
<div class="eyebrow-text large">Subtitle for Colour Treatment</div>
<h2 class="hero-text mb-20 title axis-horizontal">
<!--v-if--><span class="text-block-0 normal">Colour Treatment</span>
</h2>
❯ app/components/03.organisms/services/services-grids/tests/ServicesSectionGrid.spec.ts:49:28
|
|
test (20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|