Update docs/src/release-notes-python.md
Co-authored-by: Dmitry Gozman <dgozman@gmail.com> Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
7d7628a2e9
commit
dc315a4397
|
|
@ -19,7 +19,7 @@ page.add_locator_handler(
|
|||
# Write the test as usual.
|
||||
page.goto("https://www.ikea.com/")
|
||||
page.get_by_role("link", name="Collection of blue and white").click()
|
||||
expect(page.getByRole("heading", name="Light and easy")).to_be_visible()
|
||||
expect(page.get_by_role("heading", name="Light and easy")).to_be_visible()
|
||||
```
|
||||
|
||||
### New APIs
|
||||
|
|
|
|||
Loading…
Reference in a new issue