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
We need to ensure the functionality of our TUI when user use the rmt --td and rmt --ti commands, especially focusing on --td.
The following scenarios need to be tested:
Retrieval of an item from the trash via the TUI: Ensure that the TUI correctly retrieves an item from the trash when requested.
Flushing an item from the trash via the TUI: Verify that the TUI correctly flushes an item from the trash when instructed to do so.
Retrieval of an item that shares the same name with an existing file in the destination folder (name collision): Test the scenario where rmt is retrieving an item from the trash, but a file with the same name already exists in the destination directory. In this case, rmt should prompt for a new path.
The text was updated successfully, but these errors were encountered:
AmineZouitine
changed the title
Implement and Verify GUI Functionality with rmt --td and rmt --ti Commands
Implement and Verify TUI Functionality with rmt --td and rmt --ti Commands
May 13, 2023
We need to ensure the functionality of our TUI when user use the rmt --td and rmt --ti commands, especially focusing on --td.
The following scenarios need to be tested:
The text was updated successfully, but these errors were encountered: