mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
First tests for pretix.presale
This commit is contained in:
@@ -93,6 +93,7 @@ class BrowserTest(StaticLiveServerTestCase):
|
||||
|
||||
def setUpLocal(self):
|
||||
self.driver = getattr(webdriver, self.browser)()
|
||||
self.driver.set_window_size(1920, 1080)
|
||||
self.driver.implicitly_wait(3)
|
||||
|
||||
def tearDownLocal(self):
|
||||
|
||||
Reference in New Issue
Block a user