Skip to content

Commit

Permalink
Update AcmeBankTest.cs
Browse files Browse the repository at this point in the history
Update type of runner (separate for selenium and for playwright)
  • Loading branch information
Plakhota authored Mar 7, 2024
1 parent cbf09d4 commit 9416a47
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9416a47

Please sign in to comment.