First tests for pretix.presale

This commit is contained in:
Raphael Michel
2015-02-18 20:41:11 +01:00
parent c5ae503c0e
commit 6ac29924a2
4 changed files with 96 additions and 1 deletions

View File

@@ -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):