From 8ada828a0e166c20ec84ab73c9edaf46cba5b32c Mon Sep 17 00:00:00 2001 From: Esther Pascual Sarasua Date: Tue, 15 Jul 2025 23:23:54 +0200 Subject: [PATCH] Update comment_test.rb --- 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