Skip to content

Commit

Permalink
update nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante committed Dec 13, 2023
1 parent a288596 commit e294dd0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions 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="2.1.13" />
<PackageReference Include="Cynky" Version="2.2.0" />
<PackageReference Include="DotNetSeleniumExtras.WaitHelpers" Version="3.11.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
Expand All @@ -50,7 +50,7 @@

<ItemGroup>
<Reference Include="CynkyAnalysis">
<HintPath>..\..\..\..\..\..\source\repos\CynkyWrappers\CynkyHooks\CynkyAnalysis.dll</HintPath>
<HintPath>..\..\..\..\..\..\source\repos\CynkyDrivers\CynkyHooks\CynkyAnalysis.dll</HintPath>
</Reference>
<Reference Include="CynkyHook">
<HintPath>CynkyHook.dll</HintPath>
Expand All @@ -59,13 +59,13 @@
<HintPath>CynkyHttp.dll</HintPath>
</Reference>
<Reference Include="CynkyReports">
<HintPath>..\..\..\..\..\..\source\repos\CynkyWrappers\CynkyHooks\CynkyReports.dll</HintPath>
<HintPath>..\..\..\..\..\..\source\repos\CynkyDrivers\CynkyHooks\CynkyReports.dll</HintPath>
</Reference>
<Reference Include="CynkyUtilities">
<HintPath>CynkyUtilities.dll</HintPath>
</Reference>
<Reference Include="CynkyWrapper">
<HintPath>CynkyWrapper.dll</HintPath>
<Reference Include="CynkyDriver">
<HintPath>CynkyDriver.dll</HintPath>
</Reference>
<Reference Include="Nager.Date">
<HintPath>Nager.Date.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/PageObjects/CommonPages/MailinatorPage.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using CynkyWrapper;
using CynkyDriver;
using OpenQA.Selenium;

namespace CynkyAutomation.PageObjects.CommonPages
Expand Down
4 changes: 2 additions & 2 deletions CynkyAutomation/PageObjects/CommonPages/Navigation.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using CynkyWrapper;
using CynkyWrapper.Configuration;
using CynkyDriver;
using CynkyDriver.Configuration;
using OpenQA.Selenium;

namespace CynkyAutomation.PageObjects.CommonPages
Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/PageObjects/OrangeHRM/HRMLoginPage.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CynkyAutomation.Models.UI;
using CynkyAutomation.PageObjects.CommonPages;
using CynkyWrapper;
using CynkyDriver;
using OpenQA.Selenium;

namespace CynkyAutomation.PageObjects.OrangeHRM
Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/PageObjects/OrangeHRM/MyInfoPage.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CynkyAutomation.Models.UI;
using CynkyAutomation.PageObjects.CommonPages;
using CynkyWrapper;
using CynkyDriver;
using OpenQA.Selenium;

namespace CynkyAutomation.PageObjects.OrangeHRM
Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/PageObjects/OrangeHRM/PIMPage.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using CynkyAutomation.Models.UI;
using CynkyAutomation.PageObjects.CommonPages;
using CynkyWrapper;
using CynkyDriver;
using OpenQA.Selenium;
using System.Collections.Generic;

Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/PageObjects/OrangeHRM/SideNavBar.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using CynkyAutomation.PageObjects.CommonPages;
using CynkyWrapper;
using CynkyDriver;
using OpenQA.Selenium;

namespace CynkyAutomation.PageObjects.OrangeHRM
Expand Down
2 changes: 1 addition & 1 deletion CynkyAutomation/PageObjects/OrangeHRM/TopNavBar.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using CynkyAutomation.PageObjects.CommonPages;
using CynkyWrapper;
using CynkyDriver;
using OpenQA.Selenium;

namespace CynkyAutomation.PageObjects.OrangeHRM
Expand Down

0 comments on commit e294dd0

Please sign in to comment.