diff options
| author | Duda Dornelles <dudassdornelles@gmail.com> | 2015-01-27 16:08:03 -0200 | 
|---|---|---|
| committer | Pixpoa pairing <pixpoapairing@pixelated-project.org> | 2015-01-27 16:08:03 -0200 | 
| commit | 26b85d8e523f2b6aafbe18132efcd617ae892228 (patch) | |
| tree | 0dbdf0cef276aef577d028391543e3f3c5354160 /service/test/functional/features/environment.py | |
| parent | 4713741e6cbd9ad7fe20925120f6e25bc6b538e7 (diff) | |
#237 #232 #196 syncing user data once before starting the UA. Displaying a loading screen in the meantime. The initial sync will make sure the user has a single key pair
Diffstat (limited to 'service/test/functional/features/environment.py')
| -rw-r--r-- | service/test/functional/features/environment.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py index 5e93c840..d78083d0 100644 --- a/service/test/functional/features/environment.py +++ b/service/test/functional/features/environment.py @@ -38,8 +38,8 @@ def after_all(context):  def before_feature(context, feature): -    # context.browser = webdriver.Firefox() -    context.browser = webdriver.PhantomJS() +    context.browser = webdriver.Firefox() +    # context.browser = webdriver.PhantomJS()      context.browser.set_window_size(1280, 1024)      context.browser.implicitly_wait(5)      context.browser.set_page_load_timeout(60)  # wait for data | 
