playwright/packages/playwright-core
Andrey Lushnikov 622c73cc1e
feat: expect(locator).toHaveAttribute to assert attribute presence (#16767)
This patch changes `expect(locator).toHaveAttribute()` so that the
`value` argument can be omitted. When done so, the method will
assert attribute existance.

Fixes #16517
2022-08-25 05:28:34 -07:00
..
2022-08-15 18:10:04 +02:00
2022-08-09 17:09:58 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.