Compare commits

...
This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.

2 Commits

Author SHA1 Message Date
Martin Brennan
3223da2630
Merge branch 'main' into dev/hashtag-system-spec-4 2022-12-09 11:34:32 +10:00
Martin Brennan
efffc594af
DEV: Re-enable hashtag system spec 2022-12-09 10:59:39 +10:00

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