feat: Add an action in Macro to change the priority (#6940)

This commit is contained in:
Muhsin Keloth
2023-04-24 17:14:30 +05:30
committed by GitHub
parent e3193dcabc
commit f1fc658a0d
5 changed files with 14 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ describe('#resolveActionName', () => {
expect(resolveActionName(MACRO_ACTION_TYPES[1].key)).not.toEqual(
MACRO_ACTION_TYPES[0].label
);
expect(resolveActionName('change_priority')).toEqual('Change Priority');
});
});