diff --git a/test/fixtures.spec.ts b/test/fixtures.spec.ts index 6c6d9b8807..fde21f3216 100644 --- a/test/fixtures.spec.ts +++ b/test/fixtures.spec.ts @@ -39,7 +39,7 @@ class Wrapper { handleSIGINT: true, handleSIGTERM: true, handleSIGHUP: true, - executablePath: browserType.executablePath(), + executablePath: defaultBrowserOptions.executablePath || browserType.executablePath(), logger: undefined, }; const options = {