Skip to content

Commit 8e4f3ff

Browse files
committed
fixup! feat(polls): allow editing of draft polls
1 parent 0ca00dd commit 8e4f3ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/features/chat-3/poll.feature

-3
Original file line numberDiff line numberDiff line change
@@ -905,9 +905,6 @@ Feature: chat-2/poll
905905
When user "participant1" gets poll drafts for room "room" with 200
906906
| id | question | options | actorType | actorId | actorDisplayName | status | resultMode | maxVotes |
907907
| POLL_ID(What is the question?) | What is the question? | ["You","me"] | users | participant1 | participant1-displayname | draft | public | 0 |
908-
Then user "participant1" sees the following messages in room "room" with 200
909-
| room | actorType | actorId | actorDisplayName | message | messageParameters |
910-
| room | users | participant1 | participant1-displayname | {object} | {"actor":{"type":"user","id":"participant1","name":"participant1-displayname"},"object":{"type":"talk-poll","id":POLL_ID(This is not a draft!),"name":"This is not a draft!"}} |
911908
Then user "participant1" updates a draft poll in room "room" with 400
912909
| id | POLL_ID(What is the question?) |
913910
| question | What is the question again? |

0 commit comments

Comments
 (0)