File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ test.beforeAll(async() => {
99
1010 // Configure Applitools SDK to run on the Ultrafast Grid
1111 Runner = new VisualGridRunner ( { testConcurrency : 5 } ) ;
12- Batch = new BatchInfo ( { name : `Applitools Quickstart` } ) ;
12+ Batch = new BatchInfo ( { name : `Playwright Typescript Quickstart` } ) ;
1313
1414 Config = new Configuration ( ) ;
1515 Config . setBatch ( Batch ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ test.beforeAll(async() => {
99
1010 // Configure Applitools SDK to run on the Ultrafast Grid
1111 Runner = new VisualGridRunner ( { testConcurrency : 5 } ) ;
12- Batch = new BatchInfo ( { name : `Applitools Quickstart` } ) ;
12+ Batch = new BatchInfo ( { name : `Playwright Typescript Quickstart` } ) ;
1313
1414 Config = new Configuration ( ) ;
1515 Config . setBatch ( Batch ) ;
You can’t perform that action at this time.
0 commit comments