Skip to content

Commit

Permalink
chore: update anchors.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Nov 15, 2024
1 parent 458d478 commit 57bc74c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/demo-playwright/tests/anchors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ test.describe('Anchors', () => {
.last()
.click();

await page.waitForTimeout(300);

await expect(page).toHaveScreenshot(`Anchors-02-${anchor}.png`);
}
});
Expand Down

0 comments on commit 57bc74c

Please sign in to comment.