Skip to content

Commit

Permalink
docs: fix release notes (#20994)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien authored Feb 17, 2023
1 parent c0d9aa2 commit d96d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/release-notes-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc_max_heading_level: 2
- New assertion [`method: LocatorAssertions.toBeInViewport`] ensures that locator points to an element that intersects viewport, according to the [intersection observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API).


```python sync
```python
from playwright.sync_api import expect

locator = page.get_by_role("button")
Expand Down

0 comments on commit d96d3c3

Please sign in to comment.