Skip to content

vue: add jest testing hints on imports and add exports to package.json #2042

vue: add jest testing hints on imports and add exports to package.json

vue: add jest testing hints on imports and add exports to package.json #2042

Re-run triggered April 16, 2026 08:39
Status Failure
Total duration 8m 7s
Artifacts

ci.yaml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
tests/unit/controls/MultiStringControlRenderer.spec.ts > MultiStringControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/MultiStringControlRenderer.spec.ts#L59
Error: Snapshot `MultiStringControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-textarea v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -19,16 +19,16 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Multi String - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Multi String </label> - <!----><textarea class="v-field__input" placeholder="multi placeholder" rows="5" id="#6-input" aria-describedby="#6-input-messages" multi-line="" value="a"></textarea> + <!----><textarea class="v-field__input" placeholder="multi placeholder" rows="5" id="#-input" aria-describedby="#-input-messages" multi-line="" value="a"></textarea> <!----> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Multi String"></i></div> @@ -42,11 +42,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/MultiStringControlRenderer.spec.ts:59:28
tests/unit/controls/IntegerControlRenderer.spec.ts > IntegerControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/IntegerControlRenderer.spec.ts#L58
Error: Snapshot `IntegerControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field v-number-input v-number-input--default input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -19,16 +19,16 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Integer - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Integer </label> - <!----><input placeholder="integer placeholder" size="1" type="text" id="#6-input" aria-describedby="#6-input-messages" inputmode="decimal" class="v-field__input" value="1"> + <!----><input placeholder="integer placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="decimal" class="v-field__input" value="1"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Integer"></i></div> </transition-stub> @@ -53,11 +53,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/IntegerControlRenderer.spec.ts:58:28
tests/unit/controls/EnumControlRenderer.spec.ts > EnumControlRenderer.vue > should render component and match snapshot when clicked: packages/vue-vuetify/tests/unit/controls/EnumControlRenderer.spec.ts#L62
Error: Snapshot `EnumControlRenderer.vue > should render component and match snapshot when clicked 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#5"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field v-select v-select--single v-select--selected input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-controls="v-menu-v-2"> <div class="v-field__overlay"></div> @@ -19,20 +19,20 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#5-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Enum - </label><label class="v-label v-field-label" for="#5-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Enum </label> <!----> <div class="v-field__input" data-no-activator=""> <!----> <!----> - <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#5-input" aria-describedby="#5-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> + <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> </div> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Enum"></i></div> @@ -46,11 +46,11 @@ <!----> </div> </div> </div> <!----> - <div id="#5-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/EnumControlRenderer.spec.ts:62:28
tests/unit/controls/EnumControlRenderer.spec.ts > EnumControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/EnumControlRenderer.spec.ts#L56
Error: Snapshot `EnumControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#4"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field v-select v-select--single v-select--selected input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-controls="v-menu-v-2"> <div class="v-field__overlay"></div> @@ -19,20 +19,20 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#4-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Enum - </label><label class="v-label v-field-label" for="#4-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Enum </label> <!----> <div class="v-field__input" data-no-activator=""> <!----> <!----> - <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#4-input" aria-describedby="#4-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> + <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> </div> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Enum"></i></div> @@ -46,11 +46,11 @@ <!----> </div> </div> </div> <!----> - <div id="#4-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/EnumControlRenderer.spec.ts:56:28
tests/unit/controls/DateTimeControlRenderer.spec.ts > DateTimeControlRenderer.vue > should render component and match snapshot when clicked: packages/vue-vuetify/tests/unit/controls/DateTimeControlRenderer.spec.ts#L64
Error: Snapshot `DateTimeControlRenderer.vue > should render component and match snapshot when clicked 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div data-v-bc5e61db="" class="control" id="#7"> + <div data-v-bc5e61db="" class="control" id="#"> <div data-v-bc5e61db="" class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner"> <!----><i data-v-bc5e61db="" class="mdi-calendar-clock mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#7-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date Time - </label><label class="v-label v-field-label" for="#7-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date Time </label> - <!----><input placeholder="date-time placeholder" size="1" type="text" id="#7-input" aria-describedby="#7-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> + <!----><input placeholder="date-time placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date Time"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#7-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateTimeControlRenderer.spec.ts:64:28
tests/unit/controls/DateTimeControlRenderer.spec.ts > DateTimeControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/DateTimeControlRenderer.spec.ts#L58
Error: Snapshot `DateTimeControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div data-v-bc5e61db="" class="control" id="#6"> + <div data-v-bc5e61db="" class="control" id="#"> <div data-v-bc5e61db="" class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner"> <!----><i data-v-bc5e61db="" class="mdi-calendar-clock mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date Time - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date Time </label> - <!----><input placeholder="date-time placeholder" size="1" type="text" id="#6-input" aria-describedby="#6-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> + <!----><input placeholder="date-time placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date Time"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateTimeControlRenderer.spec.ts:58:28
tests/unit/controls/DateControlRenderer.spec.ts > DateControlRenderer.vue > should render component and match snapshot when clicked: packages/vue-vuetify/tests/unit/controls/DateControlRenderer.spec.ts#L65
Error: Snapshot `DateControlRenderer.vue > should render component and match snapshot when clicked 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#7"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"> <!----><i class="mdi-calendar mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#7-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date - </label><label class="v-label v-field-label" for="#7-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date </label> - <!----><input placeholder="date placeholder" size="1" type="text" id="#7-input" aria-describedby="#7-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> + <!----><input placeholder="date placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#7-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateControlRenderer.spec.ts:65:28
tests/unit/controls/DateControlRenderer.spec.ts > DateControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/DateControlRenderer.spec.ts#L59
Error: Snapshot `DateControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"> <!----><i class="mdi-calendar mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date </label> - <!----><input placeholder="date placeholder" size="1" type="text" id="#6-input" aria-describedby="#6-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> + <!----><input placeholder="date placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateControlRenderer.spec.ts:59:28
tests/unit/controls/BooleanControlRenderer.spec.ts > BooleanControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/BooleanControlRenderer.spec.ts#L55
Error: Snapshot `BooleanControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,22 +1,22 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-checkbox input"> <!----> <div class="v-input__control"> <div class="v-selection-control v-selection-control--dirty v-selection-control--density-default v-checkbox-btn"> <div class="v-selection-control__wrapper"> <!----> - <div class="v-selection-control__input"><i class="mdi-checkbox-marked mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true"></i><input checked="" id="#6-input" aria-disabled="false" aria-label="My Boolean" type="checkbox" aria-describedby="#6-input-messages" placeholder="boolean placeholder" value="true"></div> - </div><label class="v-label v-label--clickable" for="#6-input"> + <div class="v-selection-control__input"><i class="mdi-checkbox-marked mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true"></i><input checked="" id="#-input" aria-disabled="false" aria-label="My Boolean" type="checkbox" aria-describedby="#-input-messages" placeholder="boolean placeholder" value="true"></div> + </div><label class="v-label v-label--clickable" for="#-input"> <!---->My Boolean </label> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/BooleanControlRenderer.spec.ts:55:28
tests/unit/complex/OneOfRenderer.spec.ts > OneOfRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/complex/OneOfRenderer.spec.ts#L78
Error: Snapshot `OneOfRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -27,11 +27,11 @@ <!----> <!----> <div class="v-field__input" data-no-activator=""> <!----> <!----> - <div class="v-select__selection"><span class="v-select__selection-text">oneOf-0<!----></span></div><input size="1" type="text" id="#3-input" aria-describedby="#3-input-messages" inputmode="none" aria-label="Open" title="Open" value="0"> + <div class="v-select__selection"><span class="v-select__selection-text">oneOf-0<!----></span></div><input size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="none" aria-label="Open" title="Open" value="0"> </div> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear "></i></div> @@ -45,11 +45,11 @@ <!----> </div> </div> </div> <!----> - <div id="#3-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <div class="v-messages__message">must be object</div> </transition-group-stub> <!----> </div> ❯ tests/unit/complex/OneOfRenderer.spec.ts:78:28
tests/unit/controls/MultiStringControlRenderer.spec.ts > MultiStringControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/MultiStringControlRenderer.spec.ts#L59
Error: Snapshot `MultiStringControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-textarea v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -19,16 +19,16 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Multi String - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Multi String </label> - <!----><textarea class="v-field__input" placeholder="multi placeholder" rows="5" id="#6-input" aria-describedby="#6-input-messages" multi-line="" value="a"></textarea> + <!----><textarea class="v-field__input" placeholder="multi placeholder" rows="5" id="#-input" aria-describedby="#-input-messages" multi-line="" value="a"></textarea> <!----> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Multi String"></i></div> @@ -42,11 +42,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/MultiStringControlRenderer.spec.ts:59:28
tests/unit/controls/IntegerControlRenderer.spec.ts > IntegerControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/IntegerControlRenderer.spec.ts#L58
Error: Snapshot `IntegerControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field v-number-input v-number-input--default input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -19,16 +19,16 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Integer - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Integer </label> - <!----><input placeholder="integer placeholder" size="1" type="text" id="#6-input" aria-describedby="#6-input-messages" inputmode="decimal" class="v-field__input" value="1"> + <!----><input placeholder="integer placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="decimal" class="v-field__input" value="1"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Integer"></i></div> </transition-stub> @@ -53,11 +53,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/IntegerControlRenderer.spec.ts:58:28
tests/unit/controls/EnumControlRenderer.spec.ts > EnumControlRenderer.vue > should render component and match snapshot when clicked: packages/vue-vuetify/tests/unit/controls/EnumControlRenderer.spec.ts#L62
Error: Snapshot `EnumControlRenderer.vue > should render component and match snapshot when clicked 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#5"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field v-select v-select--single v-select--selected input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-controls="v-menu-v-2"> <div class="v-field__overlay"></div> @@ -19,20 +19,20 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#5-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Enum - </label><label class="v-label v-field-label" for="#5-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Enum </label> <!----> <div class="v-field__input" data-no-activator=""> <!----> <!----> - <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#5-input" aria-describedby="#5-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> + <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> </div> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Enum"></i></div> @@ -46,11 +46,11 @@ <!----> </div> </div> </div> <!----> - <div id="#5-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/EnumControlRenderer.spec.ts:62:28
tests/unit/controls/EnumControlRenderer.spec.ts > EnumControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/EnumControlRenderer.spec.ts#L56
Error: Snapshot `EnumControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#4"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field v-select v-select--single v-select--selected input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-controls="v-menu-v-2"> <div class="v-field__overlay"></div> @@ -19,20 +19,20 @@ </transition-stub> <!----> </div> </div> <!----> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#4-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Enum - </label><label class="v-label v-field-label" for="#4-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Enum </label> <!----> <div class="v-field__input" data-no-activator=""> <!----> <!----> - <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#4-input" aria-describedby="#4-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> + <div class="v-select__selection"><span class="v-select__selection-text">a<!----></span></div><input size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="none" aria-label="Open" title="Open" value="a"> </div> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Enum"></i></div> @@ -46,11 +46,11 @@ <!----> </div> </div> </div> <!----> - <div id="#4-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/EnumControlRenderer.spec.ts:56:28
tests/unit/controls/DateTimeControlRenderer.spec.ts > DateTimeControlRenderer.vue > should render component and match snapshot when clicked: packages/vue-vuetify/tests/unit/controls/DateTimeControlRenderer.spec.ts#L64
Error: Snapshot `DateTimeControlRenderer.vue > should render component and match snapshot when clicked 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div data-v-bc5e61db="" class="control" id="#7"> + <div data-v-bc5e61db="" class="control" id="#"> <div data-v-bc5e61db="" class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner"> <!----><i data-v-bc5e61db="" class="mdi-calendar-clock mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#7-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date Time - </label><label class="v-label v-field-label" for="#7-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date Time </label> - <!----><input placeholder="date-time placeholder" size="1" type="text" id="#7-input" aria-describedby="#7-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> + <!----><input placeholder="date-time placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date Time"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#7-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateTimeControlRenderer.spec.ts:64:28
tests/unit/controls/DateTimeControlRenderer.spec.ts > DateTimeControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/DateTimeControlRenderer.spec.ts#L58
Error: Snapshot `DateTimeControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div data-v-bc5e61db="" class="control" id="#6"> + <div data-v-bc5e61db="" class="control" id="#"> <div data-v-bc5e61db="" class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner"> <!----><i data-v-bc5e61db="" class="mdi-calendar-clock mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date Time - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date Time </label> - <!----><input placeholder="date-time placeholder" size="1" type="text" id="#6-input" aria-describedby="#6-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> + <!----><input placeholder="date-time placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="2021-03-09T21:54" data-maska-value="2021-03-09T21:54"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date Time"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateTimeControlRenderer.spec.ts:58:28
tests/unit/controls/DateControlRenderer.spec.ts > DateControlRenderer.vue > should render component and match snapshot when clicked: packages/vue-vuetify/tests/unit/controls/DateControlRenderer.spec.ts#L65
Error: Snapshot `DateControlRenderer.vue > should render component and match snapshot when clicked 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#7"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"> <!----><i class="mdi-calendar mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#7-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date - </label><label class="v-label v-field-label" for="#7-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date </label> - <!----><input placeholder="date placeholder" size="1" type="text" id="#7-input" aria-describedby="#7-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> + <!----><input placeholder="date placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#7-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateControlRenderer.spec.ts:65:28
tests/unit/controls/DateControlRenderer.spec.ts > DateControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/DateControlRenderer.spec.ts#L59
Error: Snapshot `DateControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field input"> <!----> <div class="v-input__control"> <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--prepended v-field--variant-filled v-theme--light v-locale--is-ltr"> <div class="v-field__overlay"></div> @@ -22,16 +22,16 @@ </div> <div class="v-field__prepend-inner" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"> <!----><i class="mdi-calendar mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-haspopup="menu" aria-expanded="false" aria-controls="v-menu-v-2"></i> <!----> </div> - <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#6-input"> + <div class="v-field__field" data-no-activator=""><label class="v-label v-field-label v-field-label--floating" aria-hidden="true" for="#-input"> <!---->My Date - </label><label class="v-label v-field-label" for="#6-input"> + </label><label class="v-label v-field-label" for="#-input"> <!---->My Date </label> - <!----><input placeholder="date placeholder" size="1" type="text" id="#6-input" aria-describedby="#6-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> + <!----><input placeholder="date placeholder" size="1" type="text" id="#-input" aria-describedby="#-input-messages" class="v-field__input" value="03/09/2021" data-maska-value="03/09/2021"> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear My Date"></i></div> </transition-stub> @@ -44,11 +44,11 @@ <!----> </div> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/DateControlRenderer.spec.ts:59:28
tests/unit/controls/BooleanControlRenderer.spec.ts > BooleanControlRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/controls/BooleanControlRenderer.spec.ts#L55
Error: Snapshot `BooleanControlRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -1,22 +1,22 @@ "<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr"> <div class="v-application__wrap"> - <div class="control" id="#6"> + <div class="control" id="#"> <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-checkbox input"> <!----> <div class="v-input__control"> <div class="v-selection-control v-selection-control--dirty v-selection-control--density-default v-checkbox-btn"> <div class="v-selection-control__wrapper"> <!----> - <div class="v-selection-control__input"><i class="mdi-checkbox-marked mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true"></i><input checked="" id="#6-input" aria-disabled="false" aria-label="My Boolean" type="checkbox" aria-describedby="#6-input-messages" placeholder="boolean placeholder" value="true"></div> - </div><label class="v-label v-label--clickable" for="#6-input"> + <div class="v-selection-control__input"><i class="mdi-checkbox-marked mdi v-icon notranslate v-theme--light v-icon--size-default" aria-hidden="true"></i><input checked="" id="#-input" aria-disabled="false" aria-label="My Boolean" type="checkbox" aria-describedby="#-input-messages" placeholder="boolean placeholder" value="true"></div> + </div><label class="v-label v-label--clickable" for="#-input"> <!---->My Boolean </label> </div> </div> <!----> - <div id="#6-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <!----> </transition-group-stub> <!----> </div> ❯ tests/unit/controls/BooleanControlRenderer.spec.ts:55:28
tests/unit/complex/OneOfRenderer.spec.ts > OneOfRenderer.vue > should render component and match snapshot: packages/vue-vuetify/tests/unit/complex/OneOfRenderer.spec.ts#L78
Error: Snapshot `OneOfRenderer.vue > should render component and match snapshot 1` mismatched - Expected + Received @@ -27,11 +27,11 @@ <!----> <!----> <div class="v-field__input" data-no-activator=""> <!----> <!----> - <div class="v-select__selection"><span class="v-select__selection-text">oneOf-0<!----></span></div><input size="1" type="text" id="#3-input" aria-describedby="#3-input-messages" inputmode="none" aria-label="Open" title="Open" value="0"> + <div class="v-select__selection"><span class="v-select__selection-text">oneOf-0<!----></span></div><input size="1" type="text" id="#-input" aria-describedby="#-input-messages" inputmode="none" aria-label="Open" title="Open" value="0"> </div> <!----> </div> <transition-stub name="expand-x-transition" appear="false" persisted="false" css="true"> <div class="v-field__clearable"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" aria-hidden="false" tabindex="-1" aria-label="Clear "></i></div> @@ -45,11 +45,11 @@ <!----> </div> </div> </div> <!----> - <div id="#3-input-messages" class="v-input__details" role="alert" aria-live="polite"> + <div id="#-input-messages" class="v-input__details" role="alert" aria-live="polite"> <transition-group-stub name="slide-y-transition" tag="div" appear="false" persisted="false" css="true" class="v-messages"> <div class="v-messages__message">must be object</div> </transition-group-stub> <!----> </div> ❯ tests/unit/complex/OneOfRenderer.spec.ts:78:28
Run on macos-latest
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, pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda. 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/
Run on windows-latest
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, pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda. 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/