File tree 1 file changed +2
-2
lines changed
src/Shared/BrowserTesting/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ async Task InitializeCore()
50
50
var driverPath = Environment . GetEnvironmentVariable ( "PLAYWRIGHT_DRIVER_PATH" ) ;
51
51
if ( ! string . IsNullOrEmpty ( driverPath ) )
52
52
{
53
- Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory , driverExecutablePath : driverPath /* , debug: "pw:api"*/ ) ;
53
+ Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory , driverExecutablePath : driverPath , debug : "pw:api" ) ;
54
54
}
55
55
else
56
56
{
57
- Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory /* , debug: "pw:api"*/ ) ;
57
+ Playwright = await PlaywrightSharp . Playwright . CreateAsync ( _loggerFactory , debug : "pw:api" ) ;
58
58
}
59
59
foreach ( var ( browserName , options ) in _browserManagerConfiguration . BrowserOptions )
60
60
{
You can’t perform that action at this time.
0 commit comments