From b3e54406399015689766710eda5d7baf18b1929c Mon Sep 17 00:00:00 2001 From: Aritra Mallick <116898892+arimallick@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:39:00 +0530 Subject: [PATCH] Solves issue #11620 --- .../{comment_test.rb => comment_system_test.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/comment_system_tests/{comment_test.rb => comment_system_test.rb} (99%) diff --git a/test/comment_system_tests/comment_test.rb b/test/comment_system_tests/comment_system_test.rb similarity index 99% rename from test/comment_system_tests/comment_test.rb rename to test/comment_system_tests/comment_system_test.rb index 3a7f991441..18981bdb07 100644 --- a/test/comment_system_tests/comment_test.rb +++ b/test/comment_system_tests/comment_system_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