Skip to content

Commit

Permalink
Add new issue tag for spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
amrita-shrestha committed Jan 19, 2022
1 parent 7c1d3d3 commit 8874860
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
31 changes: 21 additions & 10 deletions tests/acceptance/features/apiFavorites/favorites.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -49,7 +49,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -69,7 +69,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -90,7 +90,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -111,7 +111,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -137,7 +137,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -158,7 +158,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -182,8 +182,12 @@ Feature: favorite
| dav_version |
| old |
| new |
| spaces |

@personalSpace
Examples:
| dav_version |
| spaces |
skipOnOcV10
@issue-33840 @skipOnOcV10
Scenario Outline: Get favorited elements paginated in subfolder
Given using <dav_version> DAV path
Expand All @@ -197,7 +201,7 @@ Feature: favorite
And user "Alice" has favorited element "/subfolder/textfile0.txt"
And user "Alice" has favorited element "/subfolder/textfile1.txt"
And user "Alice" has favorited element "/subfolder/textfile2.txt"
And user "Alice" has favorited element "/subfolder/textfile3.txt"
And user "Alice" has favorited e | spaces |lement "/subfolder/textfile3.txt"
And user "Alice" has favorited element "/subfolder/textfile4.txt"
And user "Alice" has favorited element "/subfolder/textfile5.txt"
When user "Alice" lists the favorites and limits the result to 3 elements using the WebDAV API
Expand All @@ -211,6 +215,13 @@ Feature: favorite
| dav_version |
| old |
| new |

@personalSpace



Examples:
| dav_version |
| spaces |

@files_sharing-app-required @notToImplementOnOCIS
Expand Down Expand Up @@ -254,7 +265,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@personalSpace
Examples:
| dav_version |
| spaces |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -40,7 +40,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -58,7 +58,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -77,7 +77,7 @@ Feature: favorite
| old |
| new |

@skipOnOcV10
@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |
Expand All @@ -96,7 +96,7 @@ Feature: favorite
| old |
| new |

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

0 comments on commit 8874860

Please sign in to comment.