diff --git a/tests/acceptance/features/apiVirtualViews/virtualViews.feature b/tests/acceptance/features/apiVirtualViews/virtualViews.feature index bdc90067dd..3baa7b0fb5 100644 --- a/tests/acceptance/features/apiVirtualViews/virtualViews.feature +++ b/tests/acceptance/features/apiVirtualViews/virtualViews.feature @@ -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 @@ -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 "/"