Skip to content

Commit

Permalink
fixed whitespace for raw git
Browse files Browse the repository at this point in the history
  • Loading branch information
MJApplitools committed Jul 9, 2024
1 parent c76c917 commit d7e2060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra-examples/layout-example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.describe('ACME Bank', () => {
await page.locator('id=username').fill('user');
await page.locator('id=password').fill('password');
await page.locator('id=log-in').click();
await page.waitForURL('https://sandbox.applitools.com/bank/dashboard?layoutAlgo=true');
await page.waitForURL('https://sandbox.applitools.com/bank/dashboard?layoutAlgo=true');

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

0 comments on commit d7e2060

Please sign in to comment.