Skip to content

Commit 46ea7bb

Browse files
committed
chore: add comment linking to Playwright docs on page object models
1 parent 5f0fd78 commit 46ea7bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/playwright/smoke_tests/models.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
Page object models for Playwright tests.
3+
4+
https://playwright.dev/python/docs/pom
5+
"""
6+
17
from playwright.sync_api import Page
28

39

0 commit comments

Comments
 (0)