Skip to content

Commit

Permalink
cherry-pick(#20994): docs: fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien authored and dgozman committed Feb 21, 2023
1 parent 1cad99c commit 4413b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/release-notes-python.md
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 4413b01

Please sign in to comment.