We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835775b commit db57622Copy full SHA for db57622
2 files changed
apps/demos/utils/visual-tests/testcafe-runner.ts
@@ -112,7 +112,7 @@ async function main() {
112
window.getSelection()?.removeAllRanges();
113
}).with({ boundTestRun: t })();
114
115
- await t.hover('html', { offsetX: -9999, offsetY: -9999 });
+ await t.hover('html', { offsetX: 1, offsetY: 1 });
116
},
117
118
e2e/testcafe-devextreme/runner.ts
@@ -272,7 +272,7 @@ async function main() {
272
273
274
275
276
277
const [width, height] = meta?.browserSize || DEFAULT_BROWSER_SIZE;
278
await t.resizeWindow(width, height);
0 commit comments