Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 13, 2024
1 parent 3b30a1b commit 12d2bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ module('select-box (focus)', function (hooks) {
assert.dom('.select-box .dropdown__trigger').hasAttribute(
'tabindex',
'-1',
`because the input is the focused element for this combobox,
`because the input is the interactive element for this combobox,
pressing tab should skip over the trigger and move to the next
interactive element`
);
Expand Down

0 comments on commit 12d2bb4

Please sign in to comment.