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
end
def browser
ENV['QA_BROWSER'] || :chrome
ENV['QA_BROWSER'].nil? ? :chrome : ENV['QA_BROWSER'].to_sym
end
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