[full-ci] [tests-only] Removed tag personalSpace, and refactored the example tables (#6250)

* Refactored personalSpace tagged scenarios

* Fixed line numbers in expected failure
This commit is contained in:
Prarup Gurung
2023-05-25 17:50:00 +05:45
committed by GitHub
parent 45c31b3d61
commit d31f544a9f
60 changed files with 421 additions and 782 deletions
@@ -10,7 +10,7 @@ Feature: PROPFIND
| dav_path |
| /remote.php/dav/files |
@personalSpace
@skipOnRevaMaster
Examples:
| dav_path |
| /remote.php/dav/spaces |
@@ -26,7 +26,7 @@ Feature: PROPFIND
| dav_path | depth | http_status |
| /remote.php/dav/files/alice | 0 | 207 |
| /remote.php/dav/files/alice | infinity | 207 |
@personalSpace
@skipOnRevaMaster
Examples:
| dav_path | depth | http_status |
| /remote.php/dav/spaces/%spaceid% | 0 | 207 |