From efffc594af08ca530112cce562b5c9c9a1772e82 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Fri, 9 Dec 2022 10:59:39 +1000 Subject: [PATCH] DEV: Re-enable hashtag system spec --- spec/system/hashtag_autocomplete_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/hashtag_autocomplete_spec.rb b/spec/system/hashtag_autocomplete_spec.rb index 3d660367ce..ebcc3cc424 100644 --- a/spec/system/hashtag_autocomplete_spec.rb +++ b/spec/system/hashtag_autocomplete_spec.rb @@ -73,7 +73,7 @@ describe "Using #hashtag autocompletion to search for and lookup categories and HTML end - xit "cooks the hashtags for tag and category correctly serverside when the post is saved to the database" do + it "cooks the hashtags for tag and category correctly serverside when the post is saved to the database" do topic_page.visit_topic_and_open_composer(topic) expect(topic_page).to have_expanded_composer topic_page.type_in_composer("this is a #cool-cat category and a #cooltag tag")