Skip to content

Commit

Permalink
update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante committed Jan 8, 2025
1 parent dd6a423 commit 305f658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CynkyAutomation/CynkyAutomation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup>
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Cynky" Version="2.5.53" />
<PackageReference Include="Cynky" Version="2.6.0" />
<PackageReference Include="DotNetSeleniumExtras.WaitHelpers" Version="3.11.0" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.72" />
Expand Down
3 changes: 1 addition & 2 deletions CynkyAutomation/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"RS_BrowserName": "Safari",
"RS_BrowserVersion": "16.3",
"RS_Key": "test",
"RS_User": "test",
"LoadingIconXpath": "//div[contains(@class,'loading') or contains(@class,'spinner')]"
"RS_User": "test"
}

0 comments on commit 305f658

Please sign in to comment.