Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only][full-ci]Adds spaces tests on apiWebdavProperties1 #39733

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions tests/acceptance/features/apiWebdavProperties1/copyFile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@smokeTest
Scenario Outline: Copying and overwriting a file
Given using <dav_version> DAV path
Expand All @@ -35,6 +40,12 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |


Scenario Outline: Copying a file when 2 files exist with different case
Given using <dav_version> DAV path
# "/textfile1.txt" already exists in the skeleton, make another with only case differences in the file name
Expand All @@ -47,6 +58,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@files_sharing-app-required
@issue-ocis-reva-11 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: Copying a file to a folder with no permissions
Expand All @@ -68,6 +84,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@files_sharing-app-required
@issue-ocis-reva-11 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: Copying a file to overwrite a file into a folder with no permissions
Expand All @@ -90,6 +111,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-reva-15
Scenario Outline: Copying file to a path with extension .part should not be possible
Given using <dav_version> DAV path
Expand All @@ -107,6 +133,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-reva-387
Scenario Outline: copy a file over the top of an existing folder
Given using <dav_version> DAV path
Expand All @@ -121,6 +152,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-reva-387
Scenario Outline: copy a folder over the top of an existing file
Given using <dav_version> DAV path
Expand All @@ -134,6 +170,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-reva-387
Scenario Outline: copy a folder into another folder at different level
Given using <dav_version> DAV path
Expand All @@ -151,6 +192,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-reva-387
Scenario Outline: copy a file into a folder at different level
Given using <dav_version> DAV path
Expand All @@ -170,6 +216,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-reva-387
Scenario Outline: copy a file into a file at different level
Given using <dav_version> DAV path
Expand All @@ -188,6 +239,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-reva-387
Scenario Outline: copy a folder into a file at different level
Given using <dav_version> DAV path
Expand All @@ -207,6 +263,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a file over the top of an existing folder received as a user share
Given using <dav_version> DAV path
Expand All @@ -226,6 +287,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a folder over the top of an existing file received as a user share
Given using <dav_version> DAV path
Expand All @@ -244,6 +310,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a folder into another folder at different level which is received as a user share
Given using <dav_version> DAV path
Expand All @@ -267,6 +338,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a file into a folder at different level received as a user share
Given using <dav_version> DAV path
Expand All @@ -292,6 +368,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a file into a file at different level received as a user share
Given using <dav_version> DAV path
Expand All @@ -316,6 +397,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a folder into a file at different level received as a user share
Given using <dav_version> DAV path
Expand All @@ -340,6 +426,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a file over the top of an existing folder received as a group share
Given using <dav_version> DAV path
Expand All @@ -362,6 +453,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a folder over the top of an existing file received as a group share
Given using <dav_version> DAV path
Expand All @@ -383,6 +479,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a folder into another folder at different level which is received as a group share
Given using <dav_version> DAV path
Expand All @@ -409,6 +510,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a file into a folder at different level received as a group share
Given using <dav_version> DAV path
Expand Down Expand Up @@ -437,6 +543,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a file into a file at different level received as a group share
Given using <dav_version> DAV path
Expand Down Expand Up @@ -464,6 +575,11 @@ Feature: copy file
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@issue-ocis-1239 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: copy a folder into a file at different level received as a group share
Given using <dav_version> DAV path
Expand All @@ -490,3 +606,8 @@ Feature: copy file
| dav_version |
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Feature: create file or folder named similar to Shares folder
| new | /shares |
| new | /Shares1 |

@skipOnOcV10 @personalSpace
Examples:
| dav_version | folder_name |
| spaces | /Share |
| spaces | /shares |
| spaces | /Shares1 |


Scenario Outline: create a file with a name similar to Shares
Given using <dav_version> DAV path
Expand All @@ -47,6 +54,13 @@ Feature: create file or folder named similar to Shares folder
| new | /shares |
| new | /Shares1 |

@skipOnOcV10 @personalSpace
Examples:
| dav_version | file_name |
| spaces | /Share |
| spaces | /shares |
| spaces | /Shares1 |


Scenario Outline: try to create a folder named Shares
Given using <dav_version> DAV path
Expand All @@ -59,6 +73,11 @@ Feature: create file or folder named similar to Shares folder
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |


Scenario Outline: try to create a file named Shares
Given using <dav_version> DAV path
Expand All @@ -70,3 +89,8 @@ Feature: create file or folder named similar to Shares folder
| dav_version |
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Loading