Skip to content

Commit

Permalink
Replaced url
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-mae committed May 30, 2024
1 parent eb5b3e7 commit 5a879b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-tests/test_firstload.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ async def test_title(url, expected_title):
print(f"{browser_name} - Test passed")

if __name__ == "__main__":
url = "https://joshuamae.com"
url = "https://www.joshuamae.com"
expected_title = "Joshua Mae"
asyncio.run(test_title(url, expected_title))

0 comments on commit 5a879b3

Please sign in to comment.