diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2022-04-21 17:44:47 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2022-04-21 17:44:47 +0200 |
commit | eda6611c8fd1c70667b9d710d21c920a61e4e192 (patch) | |
tree | 16cd4f4815876ede4b77435d5364c986d34969d4 /build/integration | |
parent | dd736fa1da93a2cb65611cefa209da703f263775 (diff) | |
download | nextcloud-server-eda6611c8fd1c70667b9d710d21c920a61e4e192.tar.gz nextcloud-server-eda6611c8fd1c70667b9d710d21c920a61e4e192.zip |
Verify that Talk could be enabled before executing the tests
This should make the problem clearer if Talk could not be enabled (for
example, due to a version mismatch), as otherwise the tests would fail
in more cryptic ways.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'build/integration')
-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 |