require "test_helper" class ApplicationSystemTestCase < ActionDispatch::SystemTestCase driven_by :headless_chrome def teardown Warden.test_reset! super end end