Fix error message whitelist to use updated message (#6404)
This commit is contained in:
@ -63,6 +63,16 @@ export const isErrorWhitelisted = (exception: Error) => {
|
|||||||
'e2e/playwright/can-create-sketches-on-all-planes-and-their-back-sides.spec.ts XY',
|
'e2e/playwright/can-create-sketches-on-all-planes-and-their-back-sides.spec.ts XY',
|
||||||
project: 'Google Chrome',
|
project: 'Google Chrome',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'fE',
|
||||||
|
message: 'engine: Failed to wait for promise from send modeling command: JsValue("no connection to send on")',
|
||||||
|
stack: `fE: engine: Failed to wait for promise from send modeling command: JsValue("no connection to send on")
|
||||||
|
at ET (file:///home/runner/_work/modeling-app/modeling-app/.vite/renderer/main_window/assets/index-BvtRFNLF.js:49875:12)
|
||||||
|
at WGe.clearSceneAndBustCache (file:///home/runner/_work/modeling-app/modeling-app/.vite/renderer/main_window/assets/index-BvtRFNLF.js:91886:19)
|
||||||
|
at async a.onEngineConnectionOpened (file:///home/runner/_work/modeling-app/modeling-app/.vite/renderer/main_window/assets/index-BvtRFNLF.js:91483:9)`,
|
||||||
|
foundInSpec: 'e2e/playwright/testing-constraints.spec.ts is frequent but could be any spec',
|
||||||
|
project: 'Google Chrome',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'RangeError',
|
name: 'RangeError',
|
||||||
message: 'Position 160 is out of range for changeset of length 0',
|
message: 'Position 160 is out of range for changeset of length 0',
|
||||||
|
Reference in New Issue
Block a user