diff --git a/apps/demos/testing/etalons/Chat-Customization (material.blue.light)_mask.png b/apps/demos/testing/etalons/Chat-Customization (material.blue.light)_mask.png deleted file mode 100644 index 0cb11d76e99b..000000000000 Binary files a/apps/demos/testing/etalons/Chat-Customization (material.blue.light)_mask.png and /dev/null differ diff --git a/apps/demos/testing/etalons/Chat-MessageEditing (fluent.blue.light)_mask.png b/apps/demos/testing/etalons/Chat-MessageEditing (fluent.blue.light)_mask.png deleted file mode 100644 index ad11390da953..000000000000 Binary files a/apps/demos/testing/etalons/Chat-MessageEditing (fluent.blue.light)_mask.png and /dev/null differ diff --git a/apps/demos/utils/visual-tests/testcafe-runner.ts b/apps/demos/utils/visual-tests/testcafe-runner.ts index 7c3de38edf7c..86e2a2c59560 100644 --- a/apps/demos/utils/visual-tests/testcafe-runner.ts +++ b/apps/demos/utils/visual-tests/testcafe-runner.ts @@ -113,6 +113,8 @@ async function main() { } window.getSelection()?.removeAllRanges(); }).with({ boundTestRun: t })(); + + await t.hover('html', { offsetX: 1, offsetY: 1 }); }, }, }, diff --git a/e2e/testcafe-devextreme/runner.ts b/e2e/testcafe-devextreme/runner.ts index c02c6e2788d2..ca09e90702d5 100644 --- a/e2e/testcafe-devextreme/runner.ts +++ b/e2e/testcafe-devextreme/runner.ts @@ -272,7 +272,7 @@ async function main() { window.getSelection()?.removeAllRanges(); }).with({ boundTestRun: t })(); - await t.hover('html'); + await t.hover('html', { offsetX: 1, offsetY: 1 }); const [width, height] = meta?.browserSize || DEFAULT_BROWSER_SIZE; await t.resizeWindow(width, height);