summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-07-12 09:01:03 +0200
committerGitHub <noreply@github.com>2022-07-12 09:01:03 +0200
commit1888b9661d7554b8a62c694ca3355c9534153542 (patch)
tree24f255008a0d09c11c89abce1e2b54e9305df1b8 /tests
parentf00068b8bf511dd04d269ae12a7d1a06b53adbc5 (diff)
parent23239984773758db49bb0dbbbd2bd3087dc45352 (diff)
Merge pull request #7512 from nextcloud/feature/7480/poll-follow-up
📊 Poll follow ups
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/chat/poll.feature4
-rw-r--r--tests/php/CapabilitiesTest.php1
2 files changed, 3 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 |
diff --git a/tests/php/CapabilitiesTest.php b/tests/php/CapabilitiesTest.php
index 65fbe67d2..39017081b 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -121,6 +121,7 @@ class CapabilitiesTest extends TestCase {
'silent-send',
'silent-call',
'send-call-notification',
+ 'talk-polls',
'message-expiration',
'reactions',
];