e2e(FR-759): add vfolder restore test code#3451
Merged
Merged
Conversation
This was referenced Apr 2, 2025
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
b4fb869 to
936d54f
Compare
936d54f to
7d028d1
Compare
76e7edc to
88d56ee
Compare
7d028d1 to
424a439
Compare
9461cb7 to
1182c83
Compare
424a439 to
1ee30d9
Compare
1ee30d9 to
682c678
Compare
6b15fdd to
0c5c2b6
Compare
nowgnuesLee
requested changes
Apr 4, 2025
682c678 to
ecc217c
Compare
ecc217c to
af3ac55
Compare
0c5c2b6 to
43d10dd
Compare
8edc6fd to
6906037
Compare
6906037 to
b294265
Compare
1b810e7 to
763ebb9
Compare
763ebb9 to
599496f
Compare
b294265 to
a5d0553
Compare
599496f to
d040389
Compare
a5d0553 to
de62ec8
Compare
d040389 to
c1155a6
Compare
de62ec8 to
1046c75
Compare
Merge activity
|
c1155a6 to
7dcf1d6
Compare
graphite-app Bot
pushed a commit
that referenced
this pull request
Apr 4, 2025
resolves #3450 (FR-759) # Add VFolder Restoration Functionality and Test This PR adds a new utility function `restoreVFolderAndVerify` to support restoring virtual folders from the trash. It also adds a comprehensive test case that verifies the complete lifecycle of a virtual folder: creation, moving to trash, restoration, and permanent deletion. The new test ensures users can successfully restore folders from the trash before permanently deleting them, providing better test coverage for the virtual folder management workflow. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
1046c75 to
5268226
Compare
resolves #3450 (FR-759) # Add VFolder Restoration Functionality and Test This PR adds a new utility function `restoreVFolderAndVerify` to support restoring virtual folders from the trash. It also adds a comprehensive test case that verifies the complete lifecycle of a virtual folder: creation, moving to trash, restoration, and permanent deletion. The new test ensures users can successfully restore folders from the trash before permanently deleting them, providing better test coverage for the virtual folder management workflow. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
5268226 to
18247a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

resolves #3450 (FR-759)
Add VFolder Restoration Functionality and Test
This PR adds a new utility function
restoreVFolderAndVerifyto support restoring virtual folders from the trash. It also adds a comprehensive test case that verifies the complete lifecycle of a virtual folder: creation, moving to trash, restoration, and permanent deletion.The new test ensures users can successfully restore folders from the trash before permanently deleting them, providing better test coverage for the virtual folder management workflow.
Checklist: