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 d44ff4f commit 3605f87Copy full SHA for 3605f87
tests/test.py
@@ -20,7 +20,8 @@ def test_destination(
20
"""Test that the destinations page loads with seeded data"""
21
# Create a destination
22
response = page.goto(f"{live_server_url}/{url}")
23
- assert response.status == 200
+
24
+ assert response.status == 200 # Check that the page loaded successfully
25
assert response.url.endswith(f"/{url}/") # Load the index.html
26
27
0 commit comments