Skip to content

fix(validation): add validation watcher for rules #21005

fix(validation): add validation watcher for rules

fix(validation): add validation watcher for rules #21005

Triggered via push February 10, 2025 22:03
Status Failure
Total duration 2m 29s
Artifacts

ci.yml

on: push
pre_job
7s
pre_job
Matrix: Lint
Build docs
0s
Build docs
publish-docs
0s
publish-docs
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test (Unit)
Process completed with exit code 1.
Build vuetify
Process completed with exit code 1.
components/VTextField/__tests__/VTextField.spec.browser.tsx > VTextField > validates input on mount: packages/vuetify/src/components/VTextField/__tests__/VTextField.spec.browser.tsx#L43
AssertionError: expected "spy" to be called 6 times, but got 7 times ❯ components/VTextField/__tests__/VTextField.spec.browser.tsx:43:17
components/VTextField/__tests__/VTextField.spec.browser.tsx > VTextField > does not validate on mount when using validate-on lazy: packages/vuetify/src/components/VTextField/__tests__/VTextField.spec.browser.tsx#L58
AssertionError: expected "spy" to be called 5 times, but got 6 times ❯ components/VTextField/__tests__/VTextField.spec.browser.tsx:58:17
components/VTextField/__tests__/VTextField.spec.browser.tsx > VTextField > handles multiple options in validate-on prop: packages/vuetify/src/components/VTextField/__tests__/VTextField.spec.browser.tsx#L75
Error: expect(element).not.toHaveClass("v-input--error") Expected the element not to have class: v-input--error Received: 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 ❯ components/VTextField/__tests__/VTextField.spec.browser.tsx:75:24
Test (e2e)
Process completed with exit code 1.