Skip to content

Commit 805b386

Browse files
committed
updated test name
1 parent c719232 commit 805b386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extra-examples/layout-example.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test.describe('ACME Bank', () => {
2929

3030
// Start Applitools Visual AI Test
3131
// Args: Playwright Page, App Name, Test Name, Viewport Size for local driver
32-
await eyes.open(page, 'ACME Bank', `Playwright Typescript: ${test.info().title}`, { width: 1200, height: 600 })
32+
await eyes.open(page, 'ACME Bank', `Playwright Typescript: Quickstart`, { width: 1200, height: 600 })
3333
});
3434

3535
test('log into a bank account', async ({ page }) => {

tests/acme-bank.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test.describe('ACME Bank', () => {
2929

3030
// Start Applitools Visual AI Test
3131
// Args: Playwright Page, App Name, Test Name, Viewport Size for local driver
32-
await eyes.open(page, 'ACME Bank', `Playwright Typescript: ${test.info().title}`, { width: 1200, height: 600 })
32+
await eyes.open(page, 'ACME Bank', `Playwright Typescript: Quickstart`, { width: 1200, height: 600 })
3333
});
3434

3535
test('log into a bank account', async ({ page }) => {

0 commit comments

Comments
 (0)