mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
Removed webdrivers gem
This commit is contained in:
parent
d1289d7b5b
commit
b7c06a4f26
3 changed files with 3 additions and 8 deletions
|
@ -19,7 +19,6 @@ 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