Skip to content

Commit

Permalink
UIQM-740 update test case names
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Dec 3, 2024
1 parent 9d545a2 commit d9864b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuickMarcEditor/QuickMarcEditor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ describe('Given QuickMarcEditor', () => {
await fireEvent.click(getByText('stripes-acq-components.FormFooter.save'));
});

it('should show a toast notification about validation warning and error', async () => {
it('should not show a toast notification about validation warning and error', async () => {
await waitFor(() => {
expect(mockShowCallout).not.toHaveBeenCalledWith(expect.objectContaining({
messageId: expect.stringContaining('ui-quick-marc.record.save.error'),
Expand Down

0 comments on commit d9864b5

Please sign in to comment.