diff --git a/test/react/rails/react_rails_ujs_test.rb b/test/react/rails/react_rails_ujs_test.rb index b4c92b2a8..568b0c0c1 100644 --- a/test/react/rails/react_rails_ujs_test.rb +++ b/test/react/rails/react_rails_ujs_test.rb @@ -141,7 +141,7 @@ def refute_greeting(page, greeting) assert_greeting(page, "Hello Bob") end - test "react_ujs does not unmount components that do not match a selector reference for the component" do # rubocop:disable Minitest/MultipleAssertions + test "react_ujs does not unmount components that do not match a selector reference for the component" do # rubocop:disable Minitest/MultipleAssertions visit "/pages/1" assert_greeting page, "Hello Bob"