Skip to content

Commit

Permalink
try alt+down combination
Browse files Browse the repository at this point in the history
  • Loading branch information
ksercs committed Dec 5, 2024
1 parent f4aa804 commit 81d58a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/demos/testing/widgets/tagbox/GroupedItems.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runManualTest('TagBox', 'GroupedItems', ['jQuery', 'React', 'Vue', 'Angular'], (

await t
.pressKey('tab')
.pressKey('alt down');
.pressKey('alt+down');

await testScreenshot(t, takeScreenshot, 'tagbox_groupeditems_first_opened.png');

Expand All @@ -23,7 +23,7 @@ runManualTest('TagBox', 'GroupedItems', ['jQuery', 'React', 'Vue', 'Angular'], (

await t
.pressKey('tab')
.pressKey('alt down');
.pressKey('alt+down');

await testScreenshot(t, takeScreenshot, 'tagbox_groupeditems_second_opened.png');

Expand All @@ -32,7 +32,7 @@ runManualTest('TagBox', 'GroupedItems', ['jQuery', 'React', 'Vue', 'Angular'], (

await t
.pressKey('tab')
.pressKey('alt down');
.pressKey('alt+down');

await testScreenshot(t, takeScreenshot, 'tagbox_groupeditems_third_opened.png');

Expand Down

0 comments on commit 81d58a4

Please sign in to comment.