This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
chore(plugin-default-browser-emulator): cleanup data and bridges #699
Annotations
5 errors and 1 warning
plugins/default-browser-emulator/test/iframe.test.ts#L174
expect(received).resolves.toBe(expected) // Object.is equality
Expected: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
Received: "Failed to initialize \"polyfill.add\" \"Error: Property not found -> window.BarcodeDetector.new().detect at new\\n at breakdownPath (<anonymuos>:648:19)\\n at getParentAndProperty (<anonymuos>:629:19)\\n at PathToInstanceTracker.getInstanceForPath (<anonymuos>:695:38)\\n at PathToInstanceTracker.updateAllReferences (<anonymuos>:691:42)\\n at newDocumentScript_polyfill__add (<anonymuos>:984:23)\\n at newDocumentScript (<anonymuos>:989:3)\\n at newDocumentScriptWrapper (<anonymuos>:1403:5)\\n at <anonymuos>:1405:3({ stack: Error: Property not found -> window.BarcodeDetecto…er (<anonymuos>:1403:5)\\n at <anonymuos>:1405:3, message: Property not found -> window.BarcodeDetector.new().detect at new })\""
at Object.toBe (node_modules/expect/build/index.js:174:22)
at Object.<anonymous> (../plugins/default-browser-emulator/test/iframe.test.ts:174:35)
|
agent/main/lib/Browser.ts#L395
ERROR: Running unblocked headless with chrome < 114 is not supported anymore.
This is because we rely on the new headless mode of recent chrome versions.
To fix this problem either use a newer chrome version or run unblocked in headed (showChrome) mode.
at Browser.applyDefaultLaunchArgs (../agent/main/lib/Browser.ts:395:15)
at new Browser (../agent/main/lib/Browser.ts:94:10)
at Object.cb (../agent/main/lib/Pool.ts:147:23)
at Queue.next (../../shared/commons/lib/Queue.ts:188:44)
at Queue.run (../../shared/commons/lib/Queue.ts:72:10)
at Pool.getBrowser (../agent/main/lib/Pool.ts:137:44)
at Agent.open (../agent/main/lib/Agent.ts:115:34)
at async Agent.newPage (../agent/main/lib/Agent.ts:159:31)
at async Object.<anonymous> (../plugins/default-browser-emulator/test/basic.test.ts:36:20)
------BROWSER_CREATION_Q--------------------------
at Queue.run (../../shared/commons/lib/Queue.ts:63:19)
at Pool.getBrowser (../agent/main/lib/Pool.ts:137:44)
at Agent.open (../agent/main/lib/Agent.ts:115:34)
at async Agent.newPage (../agent/main/lib/Agent.ts:159:31)
at async Object.<anonymous> (../plugins/default-browser-emulator/test/basic.test.ts:36:20)
|
agent/main/lib/Browser.ts#L395
ERROR: Running unblocked headless with chrome < 114 is not supported anymore.
This is because we rely on the new headless mode of recent chrome versions.
To fix this problem either use a newer chrome version or run unblocked in headed (showChrome) mode.
at Browser.applyDefaultLaunchArgs (../agent/main/lib/Browser.ts:395:15)
at new Browser (../agent/main/lib/Browser.ts:94:10)
at Object.<anonymous> (../plugins/default-browser-emulator/test/chrome.test.ts:25:13)
|
agent/main/lib/Browser.ts#L395
ERROR: Running unblocked headless with chrome < 114 is not supported anymore.
This is because we rely on the new headless mode of recent chrome versions.
To fix this problem either use a newer chrome version or run unblocked in headed (showChrome) mode.
at Browser.applyDefaultLaunchArgs (../agent/main/lib/Browser.ts:395:15)
at new Browser (../agent/main/lib/Browser.ts:94:10)
at Object.<anonymous> (../plugins/default-browser-emulator/test/chrome.test.ts:25:13)
|
|
|
This job failed
Loading