Commit 1f30baab by Jay Zoldak

Change default browser for lettuce back to chrome.

parent 21e7bc51
......@@ -12,8 +12,8 @@ from django.core.management import call_command
@before.harvest
def initial_setup(server):
# Launch the browser app (choose one of these below)
# world.browser = Browser('chrome')
world.browser = Browser('phantomjs')
world.browser = Browser('chrome')
# world.browser = Browser('phantomjs')
# world.browser = Browser('firefox')
......
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