Skip to content

Commit 0fdebb9

Browse files
revert accidentally committed example file
1 parent 80d039e commit 0fdebb9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"""
99

1010
import pytest
11-
import logging
12-
import os
1311
from playwright.sync_api import Page, expect
1412

1513

@@ -43,7 +41,7 @@ def test_basic_example(page: Page) -> None:
4341
2) Asserts that the README contents rendered by GitHub contains the text "Playwright Python Blueprint"
4442
3) Asserts that the main section of the page contains the topic label "playwright-python"
4543
'''
46-
logging.info(f"Test variable: {os.getenv('USER_PASS')}")
44+
4745
# Assert repo text is present
4846
expect(page.get_by_role("article")).to_contain_text("Playwright Python Blueprint")
4947

0 commit comments

Comments
 (0)