Skip to content

Commit 707b992

Browse files
committed
Test des threads de commentaires
1 parent 31c0767 commit 707b992

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

test/fixtures/nodes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ poll_draft:
7878
content: draft
7979
content_type: Poll
8080

81+
poll_collectif:
82+
user: community
83+
cc_licensed: true
84+
content: collectif
85+
content_type: Poll
86+
8187
post:
8288
user: moderator_1
8389
cc_licensed: true

test/fixtures/polls.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ draft:
77
state: draft
88
title: Un sondage en cours d'édition
99
cached_slug: un-sondage-en-cours-dedition
10+
11+
collectif:
12+
state: published
13+
title: collectif
14+
cached_slug: collectif

0 commit comments

Comments
 (0)