diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-14 14:32:51 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-14 14:32:51 +0200 |
commit | f72f8190869fc2325f93f99c5973b8d3aeef2f4b (patch) | |
tree | e99e3dc387cdb9946146c182810ff82d8377ef11 /build/integration | |
parent | 76736731eb7e4e4b73774550f7c8681d80780705 (diff) | |
download | nextcloud-server-f72f8190869fc2325f93f99c5973b8d3aeef2f4b.tar.gz nextcloud-server-f72f8190869fc2325f93f99c5973b8d3aeef2f4b.zip |
Make sure the update was successful
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index 18dc3447594..3a23db12528 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -103,6 +103,7 @@ Feature: sharing | shareType | 3 | And Updating last share with | expireDate | +3 days | + And the OCS status code should be "100" And Getting info of last share Then the OCS status code should be "100" And the HTTP status code should be "200" @@ -134,6 +135,7 @@ Feature: sharing | shareType | 3 | And Updating last share with | password | publicpw | + And the OCS status code should be "100" And Getting info of last share Then the OCS status code should be "100" And the HTTP status code should be "200" @@ -164,6 +166,7 @@ Feature: sharing | shareType | 3 | And Updating last share with | permissions | 7 | + And the OCS status code should be "100" And Getting info of last share Then the OCS status code should be "100" And the HTTP status code should be "200" @@ -194,6 +197,7 @@ Feature: sharing | shareType | 3 | And Updating last share with | publicUpload | true | + And the OCS status code should be "100" And Getting info of last share Then the OCS status code should be "100" And the HTTP status code should be "200" |