mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 05:56:20 +02:00
Corrected integration tests
This commit is contained in:
parent
d150c1bc3d
commit
b86fac03b5
3 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ end
|
|||
class JavaScriptApplicationSystemTestCase < ApplicationSystemTestCase
|
||||
self.use_transactional_tests = false
|
||||
DatabaseCleaner.strategy = :truncation
|
||||
Webdrivers::Chromedriver.required_version = '114.0.5735.90'
|
||||
|
||||
Capybara.register_driver(:chrome) do |app|
|
||||
options = ::Selenium::WebDriver::Chrome::Options.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue