Feat/poc dp #1056
Annotations
4 errors and 4 warnings
src/components/Customs/SyTextField/tests/SyTextField.spec.ts > SyTextField > matches snapshot:
src/components/Customs/SyTextField/tests/SyTextField.spec.ts#L71
Error: Snapshot `SyTextField > matches snapshot 1` mismatched
- Expected
+ Received
@@ -6,16 +6,16 @@
<div class="v-field v-field--appended v-field--center-affix v-field--prepended v-field--no-label v-field--variant-filled v-theme--light v-locale--is-ltr">
<div class="v-field__overlay"></div>
<div class="v-field__loader">
<div class="v-progress-linear v-theme--light v-locale--is-ltr" style="top: 0px; height: 0px; --v-progress-linear-height: 2px;" role="progressbar" aria-hidden="true" aria-valuemin="0" aria-valuemax="100">
<!---->
- <div class="v-progress-linear__background" style="opacity: NaN;"></div>
+ <div class="v-progress-linear__background bg-primary" style="opacity: NaN;"></div>
- <div class="v-progress-linear__buffer" style="opacity: NaN; width: 0%;"></div>
+ <div class="v-progress-linear__buffer bg-primary" style="opacity: NaN; width: 0%;"></div>
<transition-stub name="fade-transition" appear="false" persisted="false" css="true">
<div class="v-progress-linear__indeterminate">
- <div class="v-progress-linear__indeterminate long"></div>
+ <div class="v-progress-linear__indeterminate long bg-primary"></div>
- <div class="v-progress-linear__indeterminate short"></div>
+ <div class="v-progress-linear__indeterminate short bg-primary"></div>
</div>
</transition-stub>
<!---->
</div>
</div>
@@ -24,11 +24,11 @@
<hr class="v-divider v-divider--vertical v-theme--light text-primary mt-4 pa-1" style="height: 25px; border-right-width: 2px; --v-border-opacity: 1;" aria-orientation="vertical" role="separator">
</div>
<div class="v-field__field" data-no-activator="">
<!---->
<!---->
- <!----><input size="1" type="text" id="input-0" aria-describedby="input-0-messages" class="v-field__input" value="">
+ <!----><input size="1" type="text" id="input-0" aria-describedby="input-0-messages" aria-label="" class="v-field__input" value="">
<!---->
</div>
<transition-stub name="expand-x-transition" appear="false" persisted="false" css="true">
<div class="v-field__clearable" style="display: none;"><i class="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="0" aria-label="Clear "></i></div>
</transition-stub>
❯ src/components/Customs/SyTextField/tests/SyTextField.spec.ts:71:26
|
build (20.x)
Process completed with exit code 1.
|
src/components/Customs/SyTextField/tests/SyTextField.spec.ts > SyTextField > matches snapshot:
src/components/Customs/SyTextField/tests/SyTextField.spec.ts#L71
Error: Snapshot `SyTextField > matches snapshot 1` mismatched
- Expected
+ Received
@@ -6,16 +6,16 @@
<div class="v-field v-field--appended v-field--center-affix v-field--prepended v-field--no-label v-field--variant-filled v-theme--light v-locale--is-ltr">
<div class="v-field__overlay"></div>
<div class="v-field__loader">
<div class="v-progress-linear v-theme--light v-locale--is-ltr" style="top: 0px; height: 0px; --v-progress-linear-height: 2px;" role="progressbar" aria-hidden="true" aria-valuemin="0" aria-valuemax="100">
<!---->
- <div class="v-progress-linear__background" style="opacity: NaN;"></div>
+ <div class="v-progress-linear__background bg-primary" style="opacity: NaN;"></div>
- <div class="v-progress-linear__buffer" style="opacity: NaN; width: 0%;"></div>
+ <div class="v-progress-linear__buffer bg-primary" style="opacity: NaN; width: 0%;"></div>
<transition-stub name="fade-transition" appear="false" persisted="false" css="true">
<div class="v-progress-linear__indeterminate">
- <div class="v-progress-linear__indeterminate long"></div>
+ <div class="v-progress-linear__indeterminate long bg-primary"></div>
- <div class="v-progress-linear__indeterminate short"></div>
+ <div class="v-progress-linear__indeterminate short bg-primary"></div>
</div>
</transition-stub>
<!---->
</div>
</div>
@@ -24,11 +24,11 @@
<hr class="v-divider v-divider--vertical v-theme--light text-primary mt-4 pa-1" style="height: 25px; border-right-width: 2px; --v-border-opacity: 1;" aria-orientation="vertical" role="separator">
</div>
<div class="v-field__field" data-no-activator="">
<!---->
<!---->
- <!----><input size="1" type="text" id="input-0" aria-describedby="input-0-messages" class="v-field__input" value="">
+ <!----><input size="1" type="text" id="input-0" aria-describedby="input-0-messages" aria-label="" class="v-field__input" value="">
<!---->
</div>
<transition-stub name="expand-x-transition" appear="false" persisted="false" css="true">
<div class="v-field__clearable" style="display: none;"><i class="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="0" aria-label="Clear "></i></div>
</transition-stub>
❯ src/components/Customs/SyTextField/tests/SyTextField.spec.ts:71:26
|
build (18.x)
Process completed with exit code 1.
|
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (20.x)
Unexpected input(s) 'cache', valid inputs are ['always-auth', 'node-version', 'registry-url', 'scope', 'version']
|
build (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (18.x)
Unexpected input(s) 'cache', valid inputs are ['always-auth', 'node-version', 'registry-url', 'scope', 'version']
|