diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-04-23 15:38:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 15:38:46 +0200 |
commit | e66ebb01bb01055a701b9f4f311d4ff6a769a9af (patch) | |
tree | 7fcd2c24195b7d804667b185b049cf78281adcdf | |
parent | e20aab09e3913e53225549d9edc368b028970710 (diff) | |
parent | eda6611c8fd1c70667b9d710d21c920a61e4e192 (diff) | |
download | nextcloud-server-e66ebb01bb01055a701b9f4f311d4ff6a769a9af.tar.gz nextcloud-server-e66ebb01bb01055a701b9f4f311d4ff6a769a9af.zip |
Merge pull request #32054 from nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests
Verify that Talk could be enabled before executing the tests
-rw-r--r-- | build/integration/sharing_features/sharing-v1-video-verification.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/sharing_features/sharing-v1-video-verification.feature b/build/integration/sharing_features/sharing-v1-video-verification.feature index e57ec9a9f98..9dd5261244f 100644 --- a/build/integration/sharing_features/sharing-v1-video-verification.feature +++ b/build/integration/sharing_features/sharing-v1-video-verification.feature @@ -4,6 +4,7 @@ Feature: sharing Given using api version "1" Given using old dav path Given invoking occ with "app:enable spreed" + Given the command was successful Scenario: Creating a link share with send password by Talk Given user "user0" exists |