Skip to content

Commit 8b029d4

Browse files
committed
refactored the test_page_blog_post test
1 parent 0491062 commit 8b029d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ def test_page_blog_posts(
192192
entry_stem, frontmatter = post
193193
url = f"{live_server_url}/{entry_stem}/"
194194

195-
# try:
196-
# Increased timeout and added wait_until="networkidle"
195+
196+
# Increased timeout and added wait_until="networkidle"
197197
page.goto(url, timeout=60000, wait_until="networkidle")
198198

199-
# More robust waiting for the meta description
199+
# More robust waiting for the meta description
200200
page.wait_for_selector(
201201
'meta[name="description"]',
202202
timeout=10000,

0 commit comments

Comments
 (0)