Skip to content

Commit

Permalink
Actually fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-mae committed May 30, 2024
1 parent 7d6e724 commit eb5b3e7
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.com"
url = "https://joshuamae.com"
expected_title = "Joshua Mae"
asyncio.run(test_title(url, expected_title))

0 comments on commit eb5b3e7

Please sign in to comment.