Skip to content

Commit d7e2060

Browse files
committed
fixed whitespace for raw git
1 parent c76c917 commit d7e2060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra-examples/layout-example.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test.describe('ACME Bank', () => {
4141
await page.locator('id=username').fill('user');
4242
await page.locator('id=password').fill('password');
4343
await page.locator('id=log-in').click();
44-
await page.waitForURL('https://sandbox.applitools.com/bank/dashboard?layoutAlgo=true');
44+
await page.waitForURL('https://sandbox.applitools.com/bank/dashboard?layoutAlgo=true');
4545

4646
// Full Page - Visual AI Assertion
4747
await eyes.check('Main page', Target.window().fully()

0 commit comments

Comments
 (0)