Skip to content

Commit

Permalink
update nuget package and remove unused config values
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante committed Nov 11, 2023
1 parent ac44b93 commit 1009203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CynkyAutomation/CynkyAutomation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Cynky" Version="1.0.15" />
<PackageReference Include="Cynky" Version="1.0.19" />
<PackageReference Include="DotNetSeleniumExtras.WaitHelpers" Version="3.11.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ExecutionPlatform": "local",
"Mailinator": "false",
"PublishToZephyr": "false",
"LoadingTimeout": "5",
"LoadingTimeout": "2",
"RS_Provider": "browserstack",
"RS_OsVersion": "Ventura",
"RS_Device": "iPhone 12 Pro",
Expand Down

0 comments on commit 1009203

Please sign in to comment.