summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-11 15:22:36 +0200
committerJoas Schilling <coding@schilljs.com>2022-07-11 15:22:36 +0200
commit23239984773758db49bb0dbbbd2bd3087dc45352 (patch)
treef2e51e18be19f0511b0f4afc69c5fd143d1b1e7d /tests
parentcdfdaceb444f976b35282a53c4f68d7fe226eb1d (diff)
Show the voter count to the author and moderators
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/chat/poll.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/features/chat/poll.feature b/tests/integration/features/chat/poll.feature
index c62af3b5b..f0fb63bc4 100644
--- a/tests/integration/features/chat/poll.feature
+++ b/tests/integration/features/chat/poll.feature
@@ -348,7 +348,7 @@ Feature: chat/poll
| question | What is the question? |
| options | ["Where are you?","How much is the fish?"] |
| votes | [] |
- | numVoters | 0 |
+ | numVoters | 1 |
| resultMode | hidden |
| maxVotes | unlimited |
| actorType | users |
@@ -434,7 +434,7 @@ Feature: chat/poll
| question | What is the question? |
| options | ["Where are you?","How much is the fish?"] |
| votes | [] |
- | numVoters | 0 |
+ | numVoters | 1 |
| resultMode | hidden |
| maxVotes | unlimited |
| actorType | users |