Skip to content

Commit b6822e5

Browse files
author
marker dao ®
committed
chore()
1 parent 5ac7b26 commit b6822e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/demos/testing/widgets/tagbox/GroupedItems.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { createScreenshotsComparer } from 'devextreme-screenshot-comparer';
2-
// import { Selector as $ } from 'testcafe';
32
import { runManualTest } from '../../../utils/visual-tests/matrix-test-helper';
43
import { testScreenshot } from '../../../utils/visual-tests/helpers/theme-utils';
54

@@ -12,8 +11,6 @@ runManualTest('TagBox', 'Grouping', (test) => {
1211
test('Grouping', async (t) => {
1312
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1413

15-
// await t.click($('body'), { offsetX: 0, offsetY: 0 });
16-
1714
await t
1815
.pressKey('tab')
1916
.pressKey('alt+down');

0 commit comments

Comments
 (0)