You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't have an API step where sharer removes sharee
The previous steps are
* @When /^user "([^"]*)" (?:deletes|unshares) (?:file|folder) "([^"]*)" using the WebDAV API$
* @Given /^user "([^"]*)" has (deleted|unshared) (file|folder) "([^"]*)"$/
* @Given /^user "([^"]*)" has (deleted|unshared) the following (files|folders|resources)$/
Look over the whole share-related tests-suite and find out the scenario where we delete shared resources in place of unshare resources. Refactor those scenarios.
Description
Currently, we don't have an API step where sharer removes sharee
The previous steps are
Look over the whole share-related tests-suite and find out the scenario where we delete shared resources in place of unshare resources. Refactor those scenarios.
Done
The text was updated successfully, but these errors were encountered: