Pass through dom skip exceptions flag

This commit is contained in:
Daniel Imms
2023-12-19 08:44:14 -08:00
parent c0fac5e5f1
commit b843e0fc8e
+1 -1
View File
@@ -10,7 +10,7 @@ import { ISharedRendererTestContext, injectSharedRendererTestsStandalone, inject
let ctx: ITestContext;
const ctxWrapper: ISharedRendererTestContext = {
value: undefined,
skipCanvasExceptions: true
skipDomExceptions: true
} as any;
test.beforeAll(async ({ browser }) => {
ctx = await createTestContext(browser);