covered ui test for admin users page

This commit is contained in:
Oleg Hasjanov 2021-01-16 22:12:23 +02:00
parent 571755ffc3
commit 8fe9e46fc9
2 changed files with 46 additions and 78 deletions

View file

@ -32,7 +32,7 @@ class JavaScriptApplicationSystemTestCase < ApplicationSystemTestCase
Capybara::Selenium::Driver.new(app, browser: :chrome, options: options)
Capybara.exact = true
end
Capybara.server = :puma, { Silent: true }