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

Refactor share api tests #6325

Closed
amrita-shrestha opened this issue May 16, 2023 · 2 comments
Closed

Refactor share api tests #6325

amrita-shrestha opened this issue May 16, 2023 · 2 comments
Assignees
Labels

Comments

@amrita-shrestha
Copy link
Contributor

amrita-shrestha commented May 16, 2023

Description

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.

Done

@SwikritiT
Copy link
Contributor

@S-Panta will be working on this

@saw-jan
Copy link
Member

saw-jan commented Jul 3, 2023

Done in #6608

@saw-jan saw-jan closed this as completed Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants