Skip to content

Commit

Permalink
align tables
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Nov 3, 2021
1 parent e448eca commit 5c6c36b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tests/acceptance/features/apiVirtualViews/virtualViews.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Feature: virtual views
Background:
Given user "einstein" deletes everything from folder "virtual/" using the WebDAV API
And user "einstein" has created the following folders
| path |
| virtual/a |
| path |
| virtual/a |
| virtual/a/alice |
| virtual/b |
| virtual/c |
| virtual/k |
| virtual/l |
| virtual/z |
| virtual/b |
| virtual/c |
| virtual/k |
| virtual/l |
| virtual/z |

Scenario: list large folder
Given using old DAV path
Expand All @@ -39,19 +39,19 @@ Feature: virtual views
| virtual/l |
| virtual/z |
And the last DAV response for user "einstein" should not contain these nodes
| name |
| virtual/a/alice |
| name |
| virtual/a/alice |
When user "einstein" lists the resources in "/virtual" with depth "infinity" using the WebDAV API
Then the HTTP status code should be "207"
And the last DAV response for user "einstein" should contain these nodes
| name |
| virtual/a |
| virtual/a/alice |
| virtual/b |
| virtual/c |
| virtual/k |
| virtual/l |
| virtual/z |
| name |
| virtual/a |
| virtual/a/alice |
| virtual/b |
| virtual/c |
| virtual/k |
| virtual/l |
| virtual/z |

Scenario: etag changes when adding a folder
Given user "einstein" has stored etag of element "/"
Expand Down

0 comments on commit 5c6c36b

Please sign in to comment.