|
This reverts commit 2ea8801957c79ad81ec3d7d0048f1ae632654f84, reversing
changes made to 84f7346714930ed7306253315b93f59a60a23b3b.
This change is done because Playwright cannot use the installed app
when the fuse is disabled. Quote from Playwright's documentation:
> Known issues:
>
> If you are not able to launch Electron and it will end up in
> timeouts during launch, try the following:
>
> Ensure that nodeCliInspect
> (FuseV1Options.EnableNodeCliInspectArguments) fuse is not set to
> false.
Link: https://playwright.dev/docs/api/class-electron
|