From 3000ff241a0bf9871fc1e33a7d01816442fe66ac Mon Sep 17 00:00:00 2001 From: Yashjain2007-dev <138217084+Yashjain2007-dev@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:40:59 +0530 Subject: [PATCH] Rename CommentTest to CommentSystemTest Renamed the class to match the filename and fix the typo. --- 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