diff --git a/spec/system/ai_helper/ai_composer_helper_spec.rb b/spec/system/ai_helper/ai_composer_helper_spec.rb index b9f9e28f..c8fd9fcb 100644 --- a/spec/system/ai_helper/ai_composer_helper_spec.rb +++ b/spec/system/ai_helper/ai_composer_helper_spec.rb @@ -36,9 +36,6 @@ RSpec.describe "AI Composer helper", type: :system, js: true do "I like to eat pie. It is a very good dessert. Some people are wasteful by throwing pie at others but I do not do that. I always eat the pie.", ) end - fab!(:post_2) do - Fabricate(:post, topic: topic, raw: "La lluvia en España se queda principalmente en el avión.") - end def trigger_composer_helper(content) visit("/latest")