From 1f6d284eda9c9d08fc3b805f751398f937961eb1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 25 May 2020 22:41:14 +0100 Subject: added geckodriver to root and part way through failing users view func test --- ctrack/core/tests/test_functional.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'ctrack/core/tests/test_functional.py') diff --git a/ctrack/core/tests/test_functional.py b/ctrack/core/tests/test_functional.py index a802f22..6661072 100644 --- a/ctrack/core/tests/test_functional.py +++ b/ctrack/core/tests/test_functional.py @@ -1,14 +1,3 @@ -import pytest -from selenium import webdriver - - -@pytest.fixture -def browser(): - b = webdriver.Firefox() - yield b - b.quit() - - def test_can_get_homepage(browser): browser.get("http://localhost:8000") assert "ctrack" in browser.title -- cgit v1.2.3