Skip to content

Commit 920b95f

Browse files
committed
[dotnet] Running DevTools tests with 136
1 parent 7ad8dff commit 920b95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/CustomDriverConfigs/StableChannelChromeDriver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public StableChannelChromeDriver(ChromeDriverService service, ChromeOptions opti
3939

4040
public static ChromeOptions DefaultOptions
4141
{
42-
get { return new ChromeOptions() { BrowserVersion = "137" }; }
42+
get { return new ChromeOptions() { BrowserVersion = "136" }; }
4343
}
4444
}

0 commit comments

Comments
 (0)