Skip to content

Commit 79b419c

Browse files
author
John Luo
authored
Update Selenium/Playwright (dotnet#31497)
* Update Selenium/Playwright * Update selenium-config.json * Update Versions.props
1 parent b9733f4 commit 79b419c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<NewtonsoftJsonBsonVersion>1.0.2</NewtonsoftJsonBsonVersion>
243243
<NewtonsoftJsonVersion>12.0.2</NewtonsoftJsonVersion>
244244
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
245-
<PlaywrightSharpVersion>0.191.1</PlaywrightSharpVersion>
245+
<PlaywrightSharpVersion>0.192.0</PlaywrightSharpVersion>
246246
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
247247
<PollyVersion>7.1.0</PollyVersion>
248248
<SeleniumSupportVersion>4.0.0-beta1</SeleniumSupportVersion>

eng/helix/content/RunTests/RunTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<ItemGroup>
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20158.1" />
11-
<PackageReference Condition=" '$(InstallPlaywright)' == 'true' " Include="PlaywrightSharp" Version="0.191.1" />
11+
<PackageReference Condition=" '$(InstallPlaywright)' == 'true' " Include="PlaywrightSharp" Version="0.192.0" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)