Skip to content

Commit 819707c

Browse files
committed
Fix unit test expecting tabindex to be prop
1 parent f03dbb5 commit 819707c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/components/VAutocomplete/VAutocomplete.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test('VAutocomplete.js', ({ mount, shallow, compileToFunctions }) => {
2626

2727
it('should have explicit tabindex passed through when autocomplete', () => {
2828
const wrapper = shallow(VAutocomplete, {
29-
propsData: {
29+
attrs: {
3030
tabindex: 10
3131
}
3232
})

0 commit comments

Comments
 (0)