We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258ffbc commit 497d2bdCopy full SHA for 497d2bd
tests/acme-bank.spec.ts
@@ -80,7 +80,7 @@ test.describe('ACME Bank', () => {
80
// This method sets up each test with its own Applitools Eyes object.
81
test.beforeEach(async ({ page }) => {
82
83
- // Create the Applitools Eyes object connected to the VisualGridRunner and set its configuration.
+ // Create the Applitools Eyes object connected to the runner and set its configuration.
84
eyes = new Eyes(Runner, Config);
85
86
// Open Eyes to start visual testing.
0 commit comments