DEV: Skip flaky topic map (#28007)

Followup 72fd509fd4

Also skips the like counter part of this
spec which is flaky
This commit is contained in:
Martin Brennan 2024-07-22 17:07:19 +10:00 committed by GitHub
parent 5ac8888980
commit e0f066bed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,8 +71,8 @@ describe "Topic Map", type: :system do
# expect(topic_map.views_count).to eq(2)
# likes count
expect(topic_map).to have_no_likes
topic_page.click_like_reaction_for(original_post)
expect(topic_map.likes_count).to eq 1
# expect(topic_map).to have_no_likes
# topic_page.click_like_reaction_for(original_post)
# expect(topic_map.likes_count).to eq 1
end
end