Skip to content

Commit

Permalink
fixed C380474
Browse files Browse the repository at this point in the history
  • Loading branch information
TetianaParanich committed May 9, 2024
1 parent 1250f11 commit 1983fe5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Expand Up @@ -61,6 +61,7 @@ describe('Data Import', () => {
physicalUnitPrice: '"20"',
quantityPhysical: '"1"',
currency: 'USD',
materialType: MATERIAL_TYPE_NAMES.BOOK,
locationName: `"${LOCATION_NAMES.ANNEX}"`,
locationQuantityPhysical: '"1"',
},
Expand All @@ -84,7 +85,7 @@ describe('Data Import', () => {
mappingProfile: {
typeValue: FOLIO_RECORD_TYPE.ITEM,
name: `C380474 Create simple item for open order ${getRandomPostfix()}`,
materialType: `"${MATERIAL_TYPE_NAMES.ELECTRONIC_RESOURCE}"`,
materialType: `"${MATERIAL_TYPE_NAMES.BOOK}"`,
permanentLoanType: LOAN_TYPE_NAMES.CAN_CIRCULATE,
status: ITEM_STATUS_NAMES.AVAILABLE,
},
Expand Down
Expand Up @@ -59,7 +59,7 @@ describe.skip('Data Import', () => {
physicalUnitPrice: '"20"',
quantityPhysical: '"1"',
currency: 'USD',
electronicUnitPrice: '25',
electronicUnitPrice: '"25"',
quantityElectronic: '"1"',
locationName: `"${LOCATION_NAMES.ANNEX}"`,
locationQuantityPhysical: '"1"',
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/constants.js
Expand Up @@ -221,7 +221,7 @@ export const RECEIVING_WORKFLOW_NAMES = {
};

export const ACQUISITION_METHOD_NAMES = {
APPROVAL_PLAN: 'Approval plan',
APPROVAL_PLAN: 'Approval Plan',
DDA: 'Demand driven acquisitions (DDA)',
DEPOSITORY: 'Depository',
EBA: 'Evidence based acquisitions (EBA)',
Expand Down

0 comments on commit 1983fe5

Please sign in to comment.