Reformat gherkin tables

This commit is contained in:
Phil Davis
2020-10-16 13:30:54 +05:45
parent 3014e53ee1
commit 314eff4e94
8 changed files with 69 additions and 69 deletions
@@ -15,9 +15,9 @@ Feature: upload file
When user "Alice" uploads file with content "uploaded content" to <file_name> using the WebDAV API
Then the content of file <file_name> for user "Alice" should be ""
Examples:
| dav_version | file_name |
| old | "file ?2.txt" |
| new | "file ?2.txt" |
| dav_version | file_name |
| old | "file ?2.txt" |
| new | "file ?2.txt" |
@skipOnOcis-OC-Storage @issue-product-127 @skipOnOcis-OCIS-Storage
# this scenario passes/fails intermittently on OC storage, so do not run it in CI