fix(VAutocomplete/VCombobox): click in empty space should not close menu #28755
Annotations
4 errors and 1 warning
|
Run pnpm run test
Process completed with exit code 1.
|
|
Run pnpm run test:
packages/vuetify/src/components/VCombobox/__tests__/VCombobox.spec.browser.tsx#L607
AssertionError: expected [ <div β¦(6)>β¦(4)</div>, β¦(5) ] to have a length of +0 but got 6
- Expected
+ Received
- 0
+ 6
β― toHaveLength components/VCombobox/__tests__/VCombobox.spec.browser.tsx:607:63
Caused by: Caused by: Error: Matcher did not succeed in time.
|
|
Run pnpm run test:
packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L691
TestingLibraryElementError: Unable to find role="option"
Ignored nodes: comments, script, style
<body>
<div
class="v-overlay-container"
>
<div
class="v-overlay v-overlay--absolute v-overlay--active v-theme--light v-locale--is-ltr v-menu"
id="menu-v-0"
style="z-index: 2000;"
>
<div
class="v-overlay__content v-autocomplete__content"
style="max-height: 310px; --v-overlay-anchor-origin: bottom right; transform-origin: right top; top: 56px; left: 12px; min-width: 1280px; max-width: 1232px;"
>
<div
class="v-sheet v-theme--light"
>
<div
aria-labelledby="input-v-2-label"
aria-live="polite"
aria-multiselectable="false"
class="v-list v-theme--light v-list--density-default v-list--one-line"
role="list"
tabindex="-1"
>
<div
class="v-list-item v-list-item--prepend v-theme--light v-list-item--density-default v-list-item--one-line rounded-0 v-list-item--variant-text"
role="listitem"
>
<span
class="v-list-item__underlay"
/>
<div
class="v-list-item__content"
data-no-activator=""
>
<div
class="v-list-item-title"
>
No data available
</div>
</div>
</div>
<div
class="v-virtual-scroll__spacer"
style="padding-top: 0px;"
/>
<div
class="v-virtual-scroll__spacer"
style="padding-bottom: 0px;"
/>
</div>
</div>
</div>
</div>
</div>
<div>
<div
class="v-input v-input--horizontal v-input--center-affix v-input--focused v-input--indent-details v-input--density-default v-theme--light v-locale--is-ltr v-input--dirty v-text-field v-autocomplete v-autocomplete--single v-autocomplete--active-menu v-autocomplete--chips v-autocomplete--selection-slot"
>
<div
class="v-input__control"
>
<div
aria-controls="menu-v-0"
aria-expanded="true"
aria-haspopup="menu"
aria-owns="menu-v-0"
class="v-field v-field--active v-field--appended v-field--center-affix v-field--dirty v-field--no-label v-field--variant-filled v-theme--light v-field--focused v-locale--is-ltr"
role="combobox"
>
<div
class="v-field__overlay"
/>
<div
class="v-field__loader"
>
<div
aria-hidden="true"
aria-valuemax="100"
aria-valuemin="0"
class="v-progress-linear v-theme--light v-locale--is-ltr"
role="progressbar"
style="top: 0px; height: 0px; --v-progress-linear-height: 2px;"
>
<div
class="v-progress-linear__background"
/>
<div
class="v-progress-linear__buffer"
style="width: 0%;"
/>
<div
class="v-progress-linear__indeterminate"
>
<div
class="v-progress-linear__indeterminate long"
/>
<div
class="v-progress-linear__indeterminate short"
/>
</div>
</div>
</div>
<div
class="v-field__field"
data-no-activator=""
>
<div
class="v-field__input"
data-no-activator=""
>
|
|
Run pnpm run test:
packages/vuetify/src/components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx#L567
AssertionError: expected [ <div β¦(6)>β¦(4)</div> ] to have a length of +0 but got 1
- Expected
+ Received
- 0
+ 1
β― toHaveLength components/VAutocomplete/__tests__/VAutocomplete.spec.browser.tsx:567:34
Caused by: Caused by: Error: Matcher did not succeed in time.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
background
wait
wait-all
cancel
Loading