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