Skip to content

Commit

Permalink
Fix inadvertent commit of browser experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Falešník committed Jan 30, 2018
1 parent cbe5161 commit 09843cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def product_version(self):

@pytest.fixture(scope='session')
def selenium(request):
driver = webdriver.Chrome()
driver = webdriver.PhantomJS()
request.addfinalizer(driver.quit)
driver.maximize_window()
global selenium_browser
Expand Down

0 comments on commit 09843cd

Please sign in to comment.