diff --git a/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature b/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature index a33f0a593eb8..ec2269cc1eaf 100644 --- a/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature +++ b/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature @@ -220,7 +220,7 @@ Feature: files and folders exist in the trashbin after being deleted | new | 401 | @skipOnOcV10 @personalSpace Examples: - | dav-path | status_code | + | dav-path | status-code | | new | 404 | | spaces | 404 | @@ -246,12 +246,13 @@ Feature: files and folders exist in the trashbin after being deleted | textfile0.txt | testtrashbin102 | | textfile2.txt | testtrashbin102 | | textfile3.txt | testtrashbin102 | + @skipOnOcis Examples: | dav-path | status-code | | new | 401 | @skipOnOcV10 @personalSpace Examples: - | dav-path | status_code | + | dav-path | status-code | | new | 404 | | spaces | 404 | diff --git a/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature b/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature index 54cf8f2dce46..0ba5b04292a3 100644 --- a/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature +++ b/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature @@ -206,7 +206,7 @@ Feature: Restore deleted files/folders | new | 401 | @skipOnOcV10 Examples: - | dav-path | status_code | + | dav-path | status-code | | old | 404 | | new | 404 |