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
cacc40b0d1
Merge branch 'main' into dev/hashtag-system-spec-2 2022-12-09 11:34:15 +10:00
Martin Brennan
8ee4bdcaec
DEV: Re-enable hashtag system spec 2022-12-09 10:59:05 +10:00

View File

@ -38,7 +38,7 @@ describe "Using #hashtag autocompletion to search for and lookup categories and
expect(hashtag_results.map(&:text)).to eq(["Cool Category", "cooltag x 325"])
end
xit "begins showing results as soon as # is pressed based on categories and tags topic_count" do
it "begins showing results as soon as # is pressed based on categories and tags topic_count" do
visit_topic_and_initiate_autocomplete(initiation_text: "#", expected_count: 5)
hashtag_results = page.all(".hashtag-autocomplete__link")
expect(hashtag_results.map(&:text)).to eq(