From b137b9c7fb08ad3d6e1a1df98746d2ab9154453d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 12 Jul 2023 19:14:17 -0500 Subject: [PATCH 1/3] Comment-system: Solve-class-mismatch-error --- .../{comment_test.rb => comment_system_test.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/comment_system_tests/{comment_test.rb => comment_system_test.rb} (100%) diff --git a/test/comment_system_tests/comment_test.rb b/test/comment_system_tests/comment_system_test.rb similarity index 100% rename from test/comment_system_tests/comment_test.rb rename to test/comment_system_tests/comment_system_test.rb From 2829038e49828ddc33f2ba2110caeaa88f49d0fc Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 12 Jul 2023 19:14:17 -0500 Subject: [PATCH 2/3] Comment-system: Solve-class-mismatch-error --- .../{comment_test.rb => comment_system_test.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/comment_system_tests/{comment_test.rb => comment_system_test.rb} (100%) diff --git a/test/comment_system_tests/comment_test.rb b/test/comment_system_tests/comment_system_test.rb similarity index 100% rename from test/comment_system_tests/comment_test.rb rename to test/comment_system_tests/comment_system_test.rb From 7b2f18fbc8f8cba3c896cfd50f7628b119db1b8a Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 12 Jul 2023 19:59:27 -0500 Subject: [PATCH 3/3] Comment-system: Change class name --- test/comment_system_tests/comment_system_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/comment_system_tests/comment_system_test.rb b/test/comment_system_tests/comment_system_test.rb index 3a7f991441..18981bdb07 100644 --- a/test/comment_system_tests/comment_system_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