Skip to content

Commit

Permalink
try to click tag container
Browse files Browse the repository at this point in the history
  • Loading branch information
ksercs committed Dec 5, 2024
1 parent d58fb82 commit 31af7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/testing/widgets/tagbox/GroupedItems.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fixture('TagBox.GroupedItems')
runManualTest('TagBox', 'GroupedItems', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
test('GroupedItems', async (t) => {
const TAG_BOX_CLASS = 'dx-tagbox';
const $tagBoxes = $(`.${TAG_BOX_CLASS} input`);
const $tagBoxes = $(`.${TAG_BOX_CLASS} .dx-tag-container`);
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

await t
Expand Down

0 comments on commit 31af7e5

Please sign in to comment.