This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Add support for Locators! Playwright 1.14 recently released the Locators API which now work when passed to expect-playwright matchers:
await expect(page.locator('button')).toBeEnabled()