File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export class FFPlaywright implements Playwright {
190
190
191
191
const defaultOptions = {
192
192
path : path . join ( this . _projectRoot , '.local-firefox' ) ,
193
- host : 'https://playwright2.blob.core.windows .net' ,
193
+ host : 'https://playwright.azureedge .net' ,
194
194
platform : ( ( ) => {
195
195
const platform = os . platform ( ) ;
196
196
if ( platform === 'darwin' )
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ export class WKPlaywright implements Playwright {
189
189
190
190
const defaultOptions = {
191
191
path : path . join ( this . _projectRoot , '.local-webkit' ) ,
192
- host : 'https://playwright2.blob.core.windows .net' ,
192
+ host : 'https://playwright.azureedge .net' ,
193
193
platform : ( ( ) => {
194
194
const platform = os . platform ( ) ;
195
195
if ( platform === 'darwin' )
You can’t perform that action at this time.
0 commit comments