WIP 2371 combinator schema index heuristic #1519
Annotations
5 errors and 1 warning
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
@@ -1,13 +1,13 @@
"<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr">
<div class="v-application__wrap">
<div>
<!--v-if-->
- <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--error v-text-field v-select v-select--single input">
+ <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--error 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--appended v-field--center-affix v-field--error v-field--no-label v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-owns="v-menu-2">
+ <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--error v-field--no-label v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-owns="v-menu-2">
<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 bg-error"></div>
@@ -26,17 +26,18 @@
<!----><label class="v-label v-field-label" for="#3-input">
<!---->
</label>
<!---->
<div class="v-field__input" data-no-activator="">
+ <!---->
<!---->
- <!----><input size="1" type="text" id="#3-input" aria-describedby="#3-input-messages" inputmode="none" aria-label="Open" title="Open">
+ <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">
</div>
<!---->
</div>
<transition-stub name="expand-x-transition" appear="false" persisted="false" css="true">
- <div class="v-field__clearable" style="display: none;"><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>
+ <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>
</transition-stub>
<div class="v-field__append-inner">
<!----><i class="mdi-menu-down mdi v-icon notranslate v-theme--light v-icon--size-default v-select__menu-icon" aria-hidden="true"></i>
<!---->
</div>
@@ -52,11 +53,11 @@
<div class="v-messages__message">must be object</div>
</transition-group-stub>
<!---->
</div>
</div>
- <!--v-if-->
+ <div renderers="[object Object]" cells="" schema="[object Object]" uischema="[object Object]" path="" enabled="true" config="[object Object]">No applicable renderer found.</div>
<!---->
<!---->
</div>
</div>
</div>"
❯ tests/unit/complex/OneOfRenderer.spec.ts:78:28
|
Run on macos-latest
Process completed with exit code 1.
|
Run on ubuntu-latest
Process completed with exit code 1.
|
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
@@ -1,13 +1,13 @@
"<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr">
<div class="v-application__wrap">
<div>
<!--v-if-->
- <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--error v-text-field v-select v-select--single input">
+ <div class="v-input v-input--horizontal v-input--center-affix v-input--density-default v-theme--light v-locale--is-ltr v-input--error 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--appended v-field--center-affix v-field--error v-field--no-label v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-owns="v-menu-2">
+ <div class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--error v-field--no-label v-field--variant-filled v-theme--light v-locale--is-ltr" role="combobox" aria-haspopup="listbox" aria-expanded="false" aria-owns="v-menu-2">
<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 bg-error"></div>
@@ -26,17 +26,18 @@
<!----><label class="v-label v-field-label" for="#3-input">
<!---->
</label>
<!---->
<div class="v-field__input" data-no-activator="">
+ <!---->
<!---->
- <!----><input size="1" type="text" id="#3-input" aria-describedby="#3-input-messages" inputmode="none" aria-label="Open" title="Open">
+ <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">
</div>
<!---->
</div>
<transition-stub name="expand-x-transition" appear="false" persisted="false" css="true">
- <div class="v-field__clearable" style="display: none;"><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>
+ <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>
</transition-stub>
<div class="v-field__append-inner">
<!----><i class="mdi-menu-down mdi v-icon notranslate v-theme--light v-icon--size-default v-select__menu-icon" aria-hidden="true"></i>
<!---->
</div>
@@ -52,11 +53,11 @@
<div class="v-messages__message">must be object</div>
</transition-group-stub>
<!---->
</div>
</div>
- <!--v-if-->
+ <div renderers="[object Object]" cells="" schema="[object Object]" uischema="[object Object]" path="" enabled="true" config="[object Object]">No applicable renderer found.</div>
<!---->
<!---->
</div>
</div>
</div>"
❯ tests/unit/complex/OneOfRenderer.spec.ts:78:28
|
Run on windows-latest
Process completed with exit code 1.
|
Run on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|