Skip to content

Commit 3f7a0ab

Browse files
committed
Refactor
1 parent 9341427 commit 3f7a0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cypress/integration/directives/x-model.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ test('x-model.blur syncs value before form submit handler runs',
660660
}
661661
)
662662

663-
test('x-model with dotted expression that evaluates to undefined does not overwrite checkbox submission value',
663+
test('x-model with dotted expression that evaluates to undefined does not overwrite value attribute',
664664
html`
665665
<div x-data="{ form: { agree: undefined } }">
666666
<input type="checkbox" name="agree" x-model="form.agree">

0 commit comments

Comments
 (0)