aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/core')
-rw-r--r--ctrack/core/tests/test_functional.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctrack/core/tests/test_functional.py b/ctrack/core/tests/test_functional.py
index 6661072..945b50a 100644
--- a/ctrack/core/tests/test_functional.py
+++ b/ctrack/core/tests/test_functional.py
@@ -1,3 +1,3 @@
-def test_can_get_homepage(browser):
- browser.get("http://localhost:8000")
- assert "ctrack" in browser.title
+def test_can_get_homepage_for_signing(browser, live_server):
+ browser.get(live_server + "/")
+ assert "Sign In" in browser.title