mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Disable Chromium sandbox for Apparition
This commit is contained in:
@@ -26,7 +26,11 @@ Capybara.server = :webrick
|
||||
|
||||
Capybara.register_driver :apparition do |app|
|
||||
# Pass headless: false here if you need to see the browser
|
||||
Capybara::Apparition::Driver.new(app, headless: true)
|
||||
Capybara::Apparition::Driver.new(
|
||||
app,
|
||||
headless: true,
|
||||
browser_options: %i[no_sandbox disable_setuid_sandbox disable_gpu]
|
||||
)
|
||||
end
|
||||
Capybara.javascript_driver = :apparition
|
||||
|
||||
|
||||
Reference in New Issue
Block a user