Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26388e7

Browse files
committedJan 11, 2025·
chore: add comment linking to Playwright docs on page object models
1 parent 7a7e220 commit 26388e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎tests/playwright/smoke_tests/models.py

+6
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)
Please sign in to comment.