mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Test properties UI
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
from django.contrib.staticfiles.testing import StaticLiveServerTestCase
|
||||
|
||||
from django.test import LiveServerTestCase
|
||||
from django.conf import settings
|
||||
@@ -50,7 +51,7 @@ def on_platforms():
|
||||
return decorator
|
||||
|
||||
|
||||
class BrowserTest(LiveServerTestCase):
|
||||
class BrowserTest(StaticLiveServerTestCase):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user