We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f9790 commit 8924d28Copy full SHA for 8924d28
1 file changed
test/acme-bank.test.js
@@ -73,11 +73,11 @@ describe('ACME Bank', function () {
73
74
75
beforeEach(async function () {
76
- //This method sets up each test with its own ChromeDriver and Applitools Eyes objects.
+ // This method sets up each test with its own ChromeDriver and Applitools Eyes objects.
77
// Even though this test will run visual checkpoints on different browsers in the Ultrafast Grid,
78
// it still needs to run the test one time locally to capture snapshots.
79
80
- // Create the Applitools Eyes object connected to the ClassicRunner and set its configuration.
+ // Create the Applitools Eyes object connected to the runner and set its configuration.
81
eyes = new Eyes(runner);
82
eyes.setConfiguration(config);
83
0 commit comments