fix: be more tolerant of slow computers when focusing the search inpu… #1132
Annotations
2 errors
|
Run npm run test
Process completed with exit code 1.
|
|
Run npm run test:
src/coalesce-vue-vuetify3/src/components/input/c-select.spec.tsx#L825
AssertionError: expected <input placeholder="Search" …(5)></input> to be <input size="1" …(5)></input> // Object.is equality
- Expected
+ Received
<input
- aria-describedby="input-v-1-messages"
- id="input-v-1"
- role="combobox"
+ class="v-field__input"
+ id="input-v-5"
+ placeholder="Search"
size="1"
type="text"
- value=""
+ value="f"
/>
❯ src/components/input/c-select.spec.tsx:825:33
|
Loading