We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76c917 commit d7e2060Copy full SHA for d7e2060
extra-examples/layout-example.spec.ts
@@ -41,7 +41,7 @@ test.describe('ACME Bank', () => {
41
await page.locator('id=username').fill('user');
42
await page.locator('id=password').fill('password');
43
await page.locator('id=log-in').click();
44
- await page.waitForURL('https://sandbox.applitools.com/bank/dashboard?layoutAlgo=true');
+ await page.waitForURL('https://sandbox.applitools.com/bank/dashboard?layoutAlgo=true');
45
46
// Full Page - Visual AI Assertion
47
await eyes.check('Main page', Target.window().fully()
0 commit comments