Cart tests

This commit is contained in:
Raphael Michel
2015-02-20 22:00:07 +01:00
parent 504081cce3
commit e13d11be78
4 changed files with 110 additions and 57 deletions

View File

@@ -20,7 +20,7 @@ class BrowserTest(StaticLiveServerTestCase):
def setUp(self):
self.driver = getattr(webdriver, BROWSER)()
self.driver.set_window_size(1920, 1080)
self.driver.implicitly_wait(3)
self.driver.implicitly_wait(10)
def tearDown(self):
self.driver.quit()