aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/tests/test_functional.py
blob: 6661072372e8e64bb5058ab8bcb961187f40e926 (plain) (blame)
1
2
3
def test_can_get_homepage(browser):
    browser.get("http://localhost:8000")
    assert "ctrack" in browser.title