Skip to content

Commit 9175deb

Browse files
authored
Update form-spinbutton.spec.js
1 parent 37f38a8 commit 9175deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-spinbutton/form-spinbutton.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ describe('form-spinbutton', () => {
2828
expect($decrement.attributes('aria-keyshortcuts')).toEqual('ArrowDown')
2929

3030
const $increment = wrapper.find('[aria-label="Increment"]')
31-
expect($increment).exists()).toBe(true)
32-
expect($increment).is('button')).toBe(true)
31+
expect($increment.exists()).toBe(true)
32+
expect($increment.is('button')).toBe(true)
3333
expect($increment.attributes('tabindex')).toEqual('-1')
3434
expect($decrement.attributes('aria-keyshortcuts')).toEqual('ArrowUp')
3535

0 commit comments

Comments
 (0)