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] Update issue tags for ocis tags #37388

Merged
merged 1 commit into from
May 20, 2020
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feature: get file properties
| new | /strängé file.txt |
| new | /नेपाली.txt |

@skipOnOcis @issue-ocis-reva-122
@skipOnOcis @issue-ocis-reva-214
Scenario Outline: Do a PROPFIND of various file names
Given using <dav_version> DAV path
And user "Alice" has uploaded file with content "uploaded content" to "<file_name>"
Expand All @@ -41,7 +41,7 @@ Feature: get file properties
| new | /file ?2.txt | dav\/files\/Alice\/file%20%3f2\.txt |
| new | /file &2.txt | dav\/files\/Alice\/file%20%262\.txt |

@skipOnOcV10 @issue-ocis-reva-122
@skipOnOcV10 @issue-ocis-reva-214
#after fixing all issues delete this Scenario and use the one above
Scenario Outline: Do a PROPFIND of various file names
Given using <dav_version> DAV path
Expand All @@ -60,7 +60,7 @@ Feature: get file properties
| new | /file ?2.txt | dav\/files\/Alice\/file%20%3F2\.txt |
| new | /file &2.txt | dav\/files\/Alice\/file%20&2\.txt |

@skipOnOcis @issue-ocis-reva-122
@skipOnOcis @issue-ocis-reva-214
Scenario Outline: Do a PROPFIND of various folder names
Given using <dav_version> DAV path
And user "Alice" has created folder "<folder_name>"
Expand All @@ -87,7 +87,7 @@ Feature: get file properties
| new | /folder ?2.txt | dav\/files\/Alice\/folder%20%3f2\.txt |
| new | /folder &2.txt | dav\/files\/Alice\/folder%20%262\.txt |

@skipOnOcV10 @issue-ocis-reva-122
@skipOnOcV10 @issue-ocis-reva-214
#after fixing all issues delete this Scenario and use the one above
Scenario Outline: Do a PROPFIND of various folder names
Given using <dav_version> DAV path
Expand Down