Skip to content

Commit c76c917

Browse files
committed
updated versions, minor code change
1 parent 805b386 commit c76c917

File tree

5 files changed

+454
-467
lines changed

5 files changed

+454
-467
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ dist
108108

109109
# Playwright
110110
playwright-report
111+
test-results/

extra-examples/layout-example.spec.ts

+1-1
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.locator('css=.dashboardNav_navContainer__kA4wD').waitFor({state: 'attached'});
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)