Skip to content
Snippets Groups Projects
Verified Commit 4bcc4cc4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Tests] Enable test database for selenium test

parent 6b92296d
No related branches found
No related tags found
No related merge requests found
Pipeline #322 canceled
......@@ -30,6 +30,7 @@ class SeleniumTests(LiveServerTestCase):
else:
return False
@pytest.mark.django_db
def test_index(self):
self.selenium.get(self.live_server_url + '/')
assert 'BiscuIT' in self.selenium.title
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment