Skip to content

Commit 24bc3a3

Browse files
committed
Make the selenium tests work with statifiles.
- Legacy-Id: 9990
1 parent 6c253ee commit 24bc3a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/meeting/tests_js.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pyquery import PyQuery
33
from unittest import skipIf
44

5-
from django.test import LiveServerTestCase
5+
from django.contrib.staticfiles.testing import StaticLiveServerTestCase
66
from django.core.urlresolvers import reverse as urlreverse
77

88
from ietf.group import colors
@@ -29,7 +29,7 @@ def condition_data():
2929

3030

3131
@skipIf(skip_selenium, skip_message)
32-
class ScheduleEditTests(LiveServerTestCase):
32+
class ScheduleEditTests(StaticLiveServerTestCase):
3333
def setUp(self):
3434
condition_data()
3535
self.driver = webdriver.PhantomJS(service_log_path=settings.TEST_GHOSTDRIVER_LOG_PATH)

0 commit comments

Comments
 (0)