We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdebb9 commit a01a035Copy full SHA for a01a035
tests/test_example.py
@@ -41,7 +41,7 @@ def test_basic_example(page: Page) -> None:
41
2) Asserts that the README contents rendered by GitHub contains the text "Playwright Python Blueprint"
42
3) Asserts that the main section of the page contains the topic label "playwright-python"
43
'''
44
-
+
45
# Assert repo text is present
46
expect(page.get_by_role("article")).to_contain_text("Playwright Python Blueprint")
47
0 commit comments