Skip to content
Snippets Groups Projects
Unverified Commit f72f8190 authored by Joas Schilling's avatar Joas Schilling
Browse files

Make sure the update was successful

parent 76736731
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,7 @@ Feature: sharing ...@@ -103,6 +103,7 @@ Feature: sharing
| shareType | 3 | | shareType | 3 |
And Updating last share with And Updating last share with
| expireDate | +3 days | | expireDate | +3 days |
And the OCS status code should be "100"
And Getting info of last share And Getting info of last share
Then the OCS status code should be "100" Then the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
...@@ -134,6 +135,7 @@ Feature: sharing ...@@ -134,6 +135,7 @@ Feature: sharing
| shareType | 3 | | shareType | 3 |
And Updating last share with And Updating last share with
| password | publicpw | | password | publicpw |
And the OCS status code should be "100"
And Getting info of last share And Getting info of last share
Then the OCS status code should be "100" Then the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
...@@ -164,6 +166,7 @@ Feature: sharing ...@@ -164,6 +166,7 @@ Feature: sharing
| shareType | 3 | | shareType | 3 |
And Updating last share with And Updating last share with
| permissions | 7 | | permissions | 7 |
And the OCS status code should be "100"
And Getting info of last share And Getting info of last share
Then the OCS status code should be "100" Then the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
...@@ -194,6 +197,7 @@ Feature: sharing ...@@ -194,6 +197,7 @@ Feature: sharing
| shareType | 3 | | shareType | 3 |
And Updating last share with And Updating last share with
| publicUpload | true | | publicUpload | true |
And the OCS status code should be "100"
And Getting info of last share And Getting info of last share
Then the OCS status code should be "100" Then the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment