summaryrefslogtreecommitdiff
path: root/service/test/functional/features/environment.py
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-01-28 10:42:37 +0100
committerNavaL <mnandri@thoughtworks.com>2016-01-28 10:43:14 +0100
commit8f07c10b906b5736a7330ba8eb42af6259e0797a (patch)
tree8b197f62a183126f83591e21c83a95ec08c7703a /service/test/functional/features/environment.py
parent766c5617007650d90f1d249aaa253755dcd1906c (diff)
added ft step
Issue #583
Diffstat (limited to 'service/test/functional/features/environment.py')
-rw-r--r--service/test/functional/features/environment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py
index 3f478def..37b5d612 100644
--- a/service/test/functional/features/environment.py
+++ b/service/test/functional/features/environment.py
@@ -61,6 +61,7 @@ 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)