2
0

Consolidate system specs into single directory, use rspec tags for configuration (#30206)

This commit is contained in:
Matt Jankowski
2024-05-10 08:36:09 -04:00
committed by GitHub
parent 164b09bfcc
commit 0d397db5dd
30 changed files with 32 additions and 47 deletions

View File

@@ -26,6 +26,10 @@ Capybara.javascript_driver = :headless_chrome
RSpec.configure do |config|
config.before(:each, type: :system) do
driven_by :rack_test
end
config.before(:each, :js, type: :system) do
driven_by Capybara.javascript_driver
end
end