From 796cd867614b6a53f0cec2c13889ad32e778931c Mon Sep 17 00:00:00 2001 From: Daniel Rivas <31682816+danieldotwav@users.noreply.github.com> Date: Sat, 9 Mar 2024 12:15:29 -0800 Subject: [PATCH] Update comment_test.rb Updated class name --- test/comment_system_tests/comment_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/comment_system_tests/comment_test.rb b/test/comment_system_tests/comment_test.rb index 3a7f991441..18981bdb07 100644 --- a/test/comment_system_tests/comment_test.rb +++ b/test/comment_system_tests/comment_test.rb @@ -2,7 +2,7 @@ require "application_system_test_case" # https://guides.rubyonrails.org/testing.html#implementing-a-system-test -class CommentTest < ApplicationSystemTestCase +class CommentSystemTest < ApplicationSystemTestCase Capybara.default_max_wait_time = 60 def setup