From 31af7e53cbf3f3cbb29d5031c8e1a346c9b0cdbc Mon Sep 17 00:00:00 2001 From: ksercs Date: Thu, 5 Dec 2024 19:09:46 +0400 Subject: [PATCH] try to click tag container --- apps/demos/testing/widgets/tagbox/GroupedItems.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demos/testing/widgets/tagbox/GroupedItems.test.js b/apps/demos/testing/widgets/tagbox/GroupedItems.test.js index 5fe6a083bb3..82727d82888 100644 --- a/apps/demos/testing/widgets/tagbox/GroupedItems.test.js +++ b/apps/demos/testing/widgets/tagbox/GroupedItems.test.js @@ -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