Skip to content

Commit

Permalink
fixed regression bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jul 26, 2023
1 parent 7e78c2c commit d113845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/listbox_rearrangeable.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ex = {
listboxSelector: '#ex1 [role="listbox"]',
importantSelector: '#ex1 [role="listbox"]#ss_imp_list',
optionSelector: '#ex1 [role="option"]',
spanSelector: '#ex1 span.icon',
spanSelector: '#ex1 span.checkmark',
numOptions: 10,
firstOptionSelector: '#ex1 #ss_opt1',
lastOptionSelector: '#ex1 #ss_opt10',
Expand Down Expand Up @@ -125,7 +125,7 @@ ariaTest(
);

ariaTest(
'aria-hidden="true" on span[class=icon] elements',
'aria-hidden="true" on span[class=checkmark] elements',
exampleFile,
'span-aria-hidden',
async (t) => {
Expand Down

0 comments on commit d113845

Please sign in to comment.