Commit 117567fa authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'gitlab-qa-reset-local-store' into 'master'

Reset local storage between qa tests

Closes gitlab-qa#303

See merge request gitlab-org/gitlab-ce!20844
parents 13b97d3f 7fffa61f
...@@ -72,6 +72,7 @@ module QA ...@@ -72,6 +72,7 @@ module QA
Capybara::Selenium::Driver.new( Capybara::Selenium::Driver.new(
app, app,
browser: :chrome, browser: :chrome,
clear_local_storage: true,
desired_capabilities: capabilities, desired_capabilities: capabilities,
options: options options: options
) )
......
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