mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
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:
parent
5ac8888980
commit
e0f066bed3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user