Skip to content

Commit

Permalink
incorrect unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Mar 18, 2024
1 parent 87f8ee9 commit 0583f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-ui/tests/input/inputbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe( 'InputBase', () => {

view.tabIndex = 123;

expect( view.element.getAttribute( 'tabIndex' ) ).to.equal( 123 );
expect( view.element.getAttribute( 'tabIndex' ) ).to.equal( '123' );
} );
} );

Expand Down

0 comments on commit 0583f9d

Please sign in to comment.