Skip to content

Commit

Permalink
changed constant
Browse files Browse the repository at this point in the history
  • Loading branch information
TetianaParanich committed May 10, 2024
1 parent 1983fe5 commit ad9869b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
@@ -1,5 +1,4 @@
import {
ACQUISITION_METHOD_NAMES,
FOLIO_RECORD_TYPE,
ITEM_STATUS_NAMES,
JOB_STATUS_NAMES,
Expand Down Expand Up @@ -53,7 +52,7 @@ describe.skip('Data Import', () => {
approved: true,
vendor: VENDOR_NAMES.GOBI,
title: '245$a',
acquisitionMethod: ACQUISITION_METHOD_NAMES.APPROVAL_PLAN,
acquisitionMethod: 'Approval Plan',
orderFormat: ORDER_FORMAT_NAMES_IN_PROFILE.PE_MIX,
receivingWorkflow: 'Synchronized',
physicalUnitPrice: '"20"',
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 ad9869b

Please sign in to comment.