Skip to content

Commit

Permalink
Update checkbox.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Jul 23, 2024
1 parent 2805dae commit 6347c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/plugins/ui/checkbox.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { haveAttribute, haveFocus, html, haveClasses, notHaveClasses, test, haveText, notExist, beHidden, } from '../../../utils'
import { haveAttribute, notHaveAttribute, haveFocus, html, haveClasses, notHaveClasses, test, haveText, notExist, beHidden, } from '../../../utils'

test('it works without group using x-model',
[html`
Expand Down

0 comments on commit 6347c31

Please sign in to comment.