mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 11:20:24 +00:00
Updated Selenium-based tests after e909ceae9b.
This commit is contained in:
parent
e909ceae9b
commit
92a710cd03
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import os
|
||||
from unittest import SkipTest
|
||||
|
||||
from django.test import LiveServerTestCase
|
||||
from django.contrib.staticfiles.testing import StaticLiveServerCase
|
||||
from django.utils.module_loading import import_by_path
|
||||
from django.utils.translation import ugettext as _
|
||||
|
||||
|
||||
class AdminSeleniumWebDriverTestCase(LiveServerTestCase):
|
||||
class AdminSeleniumWebDriverTestCase(StaticLiveServerCase):
|
||||
|
||||
available_apps = [
|
||||
'django.contrib.admin',
|
||||
|
|
|
|||
Loading…
Reference in a new issue