Skip to content

Commit 8924d28

Browse files
Corrected comment
1 parent c8f9790 commit 8924d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acme-bank.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)