File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ describe('ACME Bank', function () {
7373
7474
7575 beforeEach ( async function ( ) {
76- //This method sets up each test with its own ChromeDriver and Applitools Eyes objects.
76+ // This method sets up each test with its own ChromeDriver and Applitools Eyes objects.
7777 // Even though this test will run visual checkpoints on different browsers in the Ultrafast Grid,
7878 // it still needs to run the test one time locally to capture snapshots.
7979
80- // Create the Applitools Eyes object connected to the ClassicRunner and set its configuration.
80+ // Create the Applitools Eyes object connected to the runner and set its configuration.
8181 eyes = new Eyes ( runner ) ;
8282 eyes . setConfiguration ( config ) ;
8383
You can’t perform that action at this time.
0 commit comments