Commit 2620efaf authored by ddavison's avatar ddavison Committed by Sanad Liaquat

Convert passed browser to sym

Signed-off-by: default avatarddavison <ddavison@gitlab.com>
parent 05886c63
...@@ -78,7 +78,7 @@ module QA ...@@ -78,7 +78,7 @@ module QA
end end
def browser def browser
ENV['QA_BROWSER'] || :chrome ENV['QA_BROWSER'].nil? ? :chrome : ENV['QA_BROWSER'].to_sym
end end
def user_username def user_username
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment