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 29182c4 commit 15509b7Copy full SHA for 15509b7
tests/acme-bank.spec.ts
@@ -22,7 +22,7 @@ test.beforeAll(async() => {
22
// Create a new batch for tests.
23
// A batch is the collection of visual checkpoints for a test suite.
24
// Batches are displayed in the dashboard, so use meaningful names.
25
- Batch = new BatchInfo({name: 'Applitools Example: Playwright TypeScript with the Ultrafast Grid'});
+ Batch = new BatchInfo({name: 'Example: Playwright TypeScript with the Ultrafast Grid'});
26
27
// Create a configuration for Applitools Eyes.
28
Config = new Configuration();
0 commit comments