DEV: Re-enable hashtag system spec

This commit is contained in:
Martin Brennan 2022-12-09 10:59:39 +10:00
parent b2acc416e7
commit efffc594af
No known key found for this signature in database
GPG Key ID: A08063EEF3EA26A4

View File

@ -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")