mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 06:03:46 +08:00
DEV: Clean up workflow files (#21526)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user