From b7e99dee868e84531c99cf05a7f4f9e8841f9dc1 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 17 Apr 2025 13:06:27 +1000 Subject: [PATCH] DEV: Update spec for topic tag suggester 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 b9f9e28f9..c8fd9fcba 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 @@ "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")