-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
Description
On CI machines (MacOS and Windows) running:
yarn dlx playwright@1.23.2 install chrome webkit msedge --with-deps
Fails with an error installing Edge. We see linux passing this step just fine.
I believe the script is failing here:
| const release = searchConfig ? product.Releases.find((release: any) => release.Platform === searchConfig.platform && release.Architecture === searchConfig.arch) : null; |
Not sure why this is happening all of a sudden but we started seeing it in our CI ~5 hours ago and it is still happening.

