Skip to content

Commit 457a8c7

Browse files
Semicolon
1 parent 42831ed commit 457a8c7

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
@@ -45,7 +45,7 @@ test.beforeAll(async() => {
4545
// Create a new batch for tests.
4646
// A batch is the collection of visual checkpoints for a test suite.
4747
// Batches are displayed in the Eyes Test Manager, so use meaningful names.
48-
const runnerName = (USE_ULTRAFAST_GRID) ? 'Ultrafast Grid' : 'Classic runner'
48+
const runnerName = (USE_ULTRAFAST_GRID) ? 'Ultrafast Grid' : 'Classic runner';
4949
Batch = new BatchInfo({name: `Example: Playwright TypeScript with the ${runnerName}`});
5050

5151
// Create a configuration for Applitools Eyes.

0 commit comments

Comments
 (0)