From 708225d9c41f13b714286a755c22e0f31d6ef4c7 Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Fri, 25 Nov 2016 14:57:50 -0200 Subject: Removes commented code See: https://github.com/pixelated/project-issues/issues/380 --- service/test/functional/features/environment.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'service/test/functional/features/environment.py') 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) -- cgit v1.2.3