From 0c8718e0d57d6b39ec0e3e5586af9727157ff9e4 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 17 Apr 2025 14:06:45 +1000 Subject: [PATCH] DEV: Update spec for topic tag suggester (#1269) This second post was not used and is making the topic scroll down to post 2, which can mess with editing the OP sometimes --- spec/system/ai_helper/ai_composer_helper_spec.rb | 3 --- 1 file changed, 3 deletions(-) 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")