fix export logic (#3769)
* fix export logic Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
		@ -147,9 +147,6 @@ test.describe('Can export from electron app', () => {
 | 
			
		||||
        const u = await getUtils(page)
 | 
			
		||||
 | 
			
		||||
        page.on('console', console.log)
 | 
			
		||||
        await electronApp.context().addInitScript(async () => {
 | 
			
		||||
          ;(window as any).playwrightSkipFilePicker = true
 | 
			
		||||
        })
 | 
			
		||||
 | 
			
		||||
        const pointOnModel = { x: 630, y: 280 }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user