Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Applitools.Example.Tests/AcmeBankTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AcmeBankTest
// Applitools objects to share for all tests
private static BatchInfo Batch;
private static Configuration Config;
private static EyesRunner Runner;
private static SeleniumEyesRunner Runner;

// Test-specific objects
private WebDriver Driver;
Expand Down
2 changes: 1 addition & 1 deletion Applitools.Example.Tests/Applitools.Example.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eyes.Selenium4" Version="3.54.0" />
<PackageReference Include="Eyes.Selenium4" Version="3.77.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
Expand Down