Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
TetianaParanich committed Jan 28, 2025
1 parent dcbb9cb commit 0b20cc8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
RECORD_STATUSES,
DEFAULT_JOB_PROFILE_NAMES,
EXISTING_RECORD_NAMES,
ACTION_NAMES_IN_ACTION_PROFILE,
} from '../../../support/constants';
import { Permissions } from '../../../support/dictionary';
import ActionProfiles from '../../../support/fragments/data_import/action_profiles/actionProfiles';
Expand Down Expand Up @@ -61,6 +62,7 @@ describe('Data Import', () => {
const actionProfile = {
typeValue: FOLIO_RECORD_TYPE.INSTANCE,
name: `C594483 instance action profile ${getRandomPostfix()}`,
action: ACTION_NAMES_IN_ACTION_PROFILE.UPDATE,
};
const matchProfile = {
profileName: `C468186 001-to-001 match ${getRandomPostfix()}`,
Expand Down

0 comments on commit 0b20cc8

Please sign in to comment.