Skip to content

Commit

Permalink
remove selector import
Browse files Browse the repository at this point in the history
  • Loading branch information
ksercs committed Dec 10, 2024
1 parent c93be06 commit 95b867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/testing/widgets/chat/Overview.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createScreenshotsComparer } from 'devextreme-screenshot-comparer';
import { ClientFunction, Selector } from 'testcafe';
import { ClientFunction } from 'testcafe';
import { runManualTest } from '../../../utils/visual-tests/matrix-test-helper';
import { testScreenshot } from '../../../utils/visual-tests/helpers/theme-utils';

Expand Down

0 comments on commit 95b867e

Please sign in to comment.