File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Shared/BrowserTesting/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ async Task InitializeCore()
5050 var driverPath = Environment . GetEnvironmentVariable ( "PLAYWRIGHT_DRIVER_PATH" ) ;
5151 if ( ! string . IsNullOrEmpty ( driverPath ) )
5252 {
53- Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory , driverExecutablePath : driverPath /* , debug: "pw:api"*/ ) ;
53+ Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory , driverExecutablePath : driverPath , debug : "pw:api" ) ;
5454 }
5555 else
5656 {
57- Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory /* , debug: "pw:api"*/ ) ;
57+ Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory , debug : "pw:api" ) ;
5858 }
5959 foreach ( var ( browserName , options ) in _browserManagerConfiguration . BrowserOptions )
6060 {
You can’t perform that action at this time.
0 commit comments