-
Notifications
You must be signed in to change notification settings - Fork 187
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] Refactoring unshare step definition code #6608
[tests-only] [full-ci] Refactoring unshare step definition code #6608
Conversation
💥 Acceptance test Core-API-Tests-ocis-storage-2 failed. Further test are cancelled... |
...eatures/coreApiShareCreateSpecialToShares2/createShareDefaultFolderForReceivedShares.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/coreApiShareManagementBasicToShares/deleteShareFromShares.feature
Outdated
Show resolved
Hide resolved
...eatures/coreApiShareCreateSpecialToShares2/createShareDefaultFolderForReceivedShares.feature
Outdated
Show resolved
Hide resolved
...eatures/coreApiShareCreateSpecialToShares2/createShareDefaultFolderForReceivedShares.feature
Outdated
Show resolved
Hide resolved
@@ -421,7 +421,7 @@ Feature: dav-versions | |||
| new | Brian | /testshare | | |||
|
|||
|
|||
Scenario: receiver tries to get file versions of unshared file from the sharer | |||
Scenario: sharee tries to get file versions of file not shared by the sharer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, should be fine there. This scenario tests the edge case that when textfile0 is shared with Brian, he cannot view the versions of another unshared file of Alice.
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
* added unshare scenerio * remove unshare keyword from step definition * refactoring of step definition codes * refactor
*added unshare scenerio * remove unshare keyword from step definition * refactoring of step definition codes * refactor
… (#6679) *added unshare scenerio * remove unshare keyword from step definition * refactoring of step definition codes * refactor
… (#6679) *added unshare scenerio * remove unshare keyword from step definition * refactoring of step definition codes * refactor
* added unshare scenerio * remove unshare keyword from step definition * refactoring of step definition codes * refactor
Description
This PR refactors the step definition code relating to unshare scenerio.
Related Issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: