summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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',
];