Skip to content

Commit

Permalink
UIIN-3195: Update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Jan 23, 2025
1 parent dd61a77 commit ae63125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ItemView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ describe('ItemView', () => {
const confirmationModal = screen.getByText('Update ownership of items');
fireEvent.click(within(confirmationModal).getByText('confirm'));

await waitFor(() => expect(screen.queryByText('Item ownership could not be updated because it contains local-specific reference data.')).toBeDefined());
await waitFor(() => expect(screen.queryByText('Item ownership could not be updated because the record contains local-specific reference data.')).toBeDefined());
});
});

Expand Down

0 comments on commit ae63125

Please sign in to comment.