forked from CGM_Public/pretix_original
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