Add desktop search and entry mutation workflows
This commit is contained in:
@@ -166,6 +166,13 @@ mod tests {
|
||||
matches("generate").first(),
|
||||
Some(&UiAction::GeneratePassword)
|
||||
);
|
||||
assert_eq!(matches("grep").first(), Some(&UiAction::SearchContents));
|
||||
assert_eq!(matches("rename").first(), Some(&UiAction::MoveEntry));
|
||||
assert_eq!(
|
||||
matches("duplicate entry").first(),
|
||||
Some(&UiAction::CopyEntry)
|
||||
);
|
||||
assert_eq!(matches("rm").first(), Some(&UiAction::DeleteEntry));
|
||||
assert_eq!(
|
||||
matches(""),
|
||||
action::ACTIONS
|
||||
|
||||
Reference in New Issue
Block a user