Skip to content
Snippets Groups Projects
Commit 847bd0f0 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Remove extra spaces at the end of lines

parent c4ef32f4
No related branches found
No related tags found
No related merge requests found
...@@ -143,11 +143,11 @@ Feature: sharing ...@@ -143,11 +143,11 @@ Feature: sharing
And Deleting last share And Deleting 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"
And Getting info of last share And Getting info of last share
And the OCS status code should be "404" And the OCS status code should be "404"
And the HTTP status code should be "200" And the HTTP status code should be "200"
And As an "user1" And As an "user1"
And Getting info of last share And Getting info of last share
And the OCS status code should be "404" And the OCS status code should be "404"
And the HTTP status code should be "200" And the HTTP status code should be "200"
......
...@@ -119,7 +119,7 @@ Feature: sharing ...@@ -119,7 +119,7 @@ Feature: sharing
| expireDate | +3 days | | expireDate | +3 days |
And the OCS status code should be "100" And the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
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"
And Share fields of last share match with And Share fields of last share match with
...@@ -148,11 +148,11 @@ Feature: sharing ...@@ -148,11 +148,11 @@ Feature: sharing
When creating a share with When creating a share with
| path | FOLDER | | path | FOLDER |
| 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 the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
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"
And Share fields of last share match with And Share fields of last share match with
...@@ -184,7 +184,7 @@ Feature: sharing ...@@ -184,7 +184,7 @@ Feature: sharing
| permissions | 7 | | permissions | 7 |
And the OCS status code should be "100" And the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
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"
And Share fields of last share match with And Share fields of last share match with
...@@ -248,7 +248,7 @@ Feature: sharing ...@@ -248,7 +248,7 @@ Feature: sharing
| publicUpload | true | | publicUpload | true |
And the OCS status code should be "100" And the OCS status code should be "100"
And the HTTP status code should be "200" And the HTTP status code should be "200"
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"
And Share fields of last share match with And Share fields of last share match with
......
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