]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make sure the update was successful
authorJoas Schilling <coding@schilljs.com>
Thu, 14 Jul 2016 12:32:51 +0000 (14:32 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 14 Jul 2016 12:32:51 +0000 (14:32 +0200)
build/integration/features/sharing-v1.feature

index 18dc3447594f6048a80ecf0bbc1887782feb3a0b..3a23db12528b5bbde729a5bb6908824d8db93824 100644 (file)
@@ -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"