File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- using Applitools ;
21using Applitools . Selenium ;
32using Applitools . VisualGrid ;
43using NUnit . Framework ;
54using OpenQA . Selenium ;
65using OpenQA . Selenium . Chrome ;
76using System . Drawing ;
8- using System . Runtime ;
97using ScreenOrientation = Applitools . VisualGrid . ScreenOrientation ;
108
119namespace Applitools . Example . Tests ;
@@ -141,8 +139,8 @@ public void LogIntoBankAccount()
141139 /// Concludes the test by quitting the browser and closing Eyes.
142140 /// <summary>
143141 [ TearDown ]
144- public void CleanUpTest ( ) {
145-
142+ public void CleanUpTest ( )
143+ {
146144 // Quit the WebDriver instance.
147145 Driver . Quit ( ) ;
148146
@@ -161,8 +159,8 @@ public void CleanUpTest() {
161159 /// Prints the final summary report for the test suite.
162160 /// <summary>
163161 [ OneTimeTearDown ]
164- public static void PrintResults ( ) {
165-
162+ public static void PrintResults ( )
163+ {
166164 // Close the batch and report visual differences to the console.
167165 // Note that it forces NUnit to wait synchronously for all visual checkpoints to complete.
168166 TestResultsSummary allTestResults = Runner . GetAllTestResults ( ) ;
You can’t perform that action at this time.
0 commit comments