summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-18 15:34:25 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-20 06:53:48 +0100
commitb781a2f737e6f61b5b0d921830e746b39c4897b6 (patch)
treeccefcd4e01a2df73a3ef067bcc7e2cfeb8c63b6e /tests
parentbfd8771ebf24d2502c945824274868c6f5bdad05 (diff)
Don't throw/error when the recording was stopped in parallel
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/callapi/recording.feature6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/integration/features/callapi/recording.feature b/tests/integration/features/callapi/recording.feature
index 54dd1606e..37d6cf326 100644
--- a/tests/integration/features/callapi/recording.feature
+++ b/tests/integration/features/callapi/recording.feature
@@ -59,14 +59,12 @@ Feature: callapi/recording
Then user "participant1" starts "audio" recording in room "room1" with 400 (v1)
And the response error matches with "recording"
When user "participant1" stops recording in room "room1" with 200 (v1)
- Then user "participant1" stops recording in room "room1" with 400 (v1)
- And the response error matches with "recording"
+ Then user "participant1" stops recording in room "room1" with 200 (v1)
When user "participant1" starts "video" recording in room "room1" with 200 (v1)
Then user "participant1" starts "video" recording in room "room1" with 400 (v1)
And the response error matches with "recording"
When user "participant1" stops recording in room "room1" with 200 (v1)
- Then user "participant1" stops recording in room "room1" with 400 (v1)
- And the response error matches with "recording"
+ Then user "participant1" stops recording in room "room1" with 200 (v1)
Scenario: Get error when try to start recording with invalid status
When the following "spreed" app config is set