diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 7492793..ba8b3a4 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -2,5 +2,4 @@ require "test_helper" class ApplicationSystemTestCase < ActionDispatch::SystemTestCase driven_by :selenium, using: :headless_chrome, screen_size: [1920, 1080] - # TODO enable screenshot end