DEV: Clean up workflow files (#21526)

This commit is contained in:
Jarek Radosz
2023-05-12 14:00:04 +02:00
committed by GitHub
parent b34767d88e
commit fc17045876
5 changed files with 30 additions and 35 deletions

View File

@ -237,8 +237,8 @@ RSpec.configure do |config|
WebMock.disable_net_connect!(allow_localhost: true, allow: [Webdrivers::Chromedriver.base_url])
if ENV["CAPBYARA_DEFAULT_MAX_WAIT_TIME"].present?
Capybara.default_max_wait_time = ENV["CAPBYARA_DEFAULT_MAX_WAIT_TIME"].to_i
if ENV["CAPYBARA_DEFAULT_MAX_WAIT_TIME"].present?
Capybara.default_max_wait_time = ENV["CAPYBARA_DEFAULT_MAX_WAIT_TIME"].to_i
end
Capybara.threadsafe = true