Limit the use of the same shortcut name when adding a shortcut- error message changed

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2023-07-28 20:13:09 +05:30
parent 33526cdb9e
commit d2be7f6366
+1 -1
View File
@@ -41,7 +41,7 @@ describe('ShortcutForm', () => {
screen.getByText('Must be at least 2 characters'),
).toBeInTheDocument();
expect(
screen.getByText('This title name is already exist'),
screen.getByText('A shortcut with this title already exists'),
).toBeInTheDocument();
});
});