File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/demos/utils/visual-tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ async function main() {
114114 window . getSelection ( ) ?. removeAllRanges ( ) ;
115115 } ) . with ( { boundTestRun : t } ) ( ) ;
116116
117- await t . hover ( 'html' , { offsetX : - 9999 , offsetY : - 9999 } ) ;
117+ await t . hover ( 'html' , { offsetX : 1 , offsetY : 1 } ) ;
118118 } ,
119119 } ,
120120 } ,
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ async function main() {
272272 window . getSelection ( ) ?. removeAllRanges ( ) ;
273273 } ) . with ( { boundTestRun : t } ) ( ) ;
274274
275- await t . hover ( 'html' , { offsetX : - 9999 , offsetY : - 9999 } ) ;
275+ await t . hover ( 'html' , { offsetX : 1 , offsetY : 1 } ) ;
276276
277277 const [ width , height ] = meta ?. browserSize || DEFAULT_BROWSER_SIZE ;
278278 await t . resizeWindow ( width , height ) ;
You can’t perform that action at this time.
0 commit comments