Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created April 5, 2023 13:12
Pytest Django Tutorial: Testing Your Django Apps With Selenium Pytest
def test_string_in_webPage_title(webPage, titleString):
assert titleString in webPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment