Skip to content

Commit 15509b7

Browse files
Updated batch name
1 parent 29182c4 commit 15509b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acme-bank.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test.beforeAll(async() => {
2222
// Create a new batch for tests.
2323
// A batch is the collection of visual checkpoints for a test suite.
2424
// Batches are displayed in the dashboard, so use meaningful names.
25-
Batch = new BatchInfo({name: 'Applitools Example: Playwright TypeScript with the Ultrafast Grid'});
25+
Batch = new BatchInfo({name: 'Example: Playwright TypeScript with the Ultrafast Grid'});
2626

2727
// Create a configuration for Applitools Eyes.
2828
Config = new Configuration();

0 commit comments

Comments
 (0)