diff --git a/extra-examples/layout-example.spec.ts b/extra-examples/layout-example.spec.ts index ce6c90b..096d101 100644 --- a/extra-examples/layout-example.spec.ts +++ b/extra-examples/layout-example.spec.ts @@ -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()