summaryrefslogtreecommitdiff
path: root/service/test/functional/features/environment.py
diff options
context:
space:
mode:
authorDenis Costa <deniscostadsc@gmail.com>2016-11-25 14:57:50 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-11-29 16:45:06 -0200
commit708225d9c41f13b714286a755c22e0f31d6ef4c7 (patch)
tree4761858e7c5d2ce94335a0b33f1c4c3cc4820fa9 /service/test/functional/features/environment.py
parentfcd6cdc105da48d36aaffb2d7fec5653b773d597 (diff)
Removes commented code
See: https://github.com/pixelated/project-issues/issues/380
Diffstat (limited to 'service/test/functional/features/environment.py')
-rw-r--r--service/test/functional/features/environment.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py
index 00480e68..614741d7 100644
--- a/service/test/functional/features/environment.py
+++ b/service/test/functional/features/environment.py
@@ -65,8 +65,6 @@ def after_all(context):
def before_feature(context, feature):
- # context.browser = webdriver.Chrome()
- # context.browser = webdriver.Firefox()
context.browser = webdriver.PhantomJS()
context.browser.set_window_size(1280, 1024)
context.browser.implicitly_wait(DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S)