There was an error while loading. Please reload this page.
1 parent 6c253ee commit 24bc3a3Copy full SHA for 24bc3a3
1 file changed
ietf/meeting/tests_js.py
@@ -2,7 +2,7 @@
2
from pyquery import PyQuery
3
from unittest import skipIf
4
5
-from django.test import LiveServerTestCase
+from django.contrib.staticfiles.testing import StaticLiveServerTestCase
6
from django.core.urlresolvers import reverse as urlreverse
7
8
from ietf.group import colors
@@ -29,7 +29,7 @@ def condition_data():
29
30
31
@skipIf(skip_selenium, skip_message)
32
-class ScheduleEditTests(LiveServerTestCase):
+class ScheduleEditTests(StaticLiveServerTestCase):
33
def setUp(self):
34
condition_data()
35
self.driver = webdriver.PhantomJS(service_log_path=settings.TEST_GHOSTDRIVER_LOG_PATH)
0 commit comments