SalesforceCommerceCloud / b2c-crm-sync

... a contemporary perspective on how to integrate B2C Commerce and the Salesforce Customer 360 Platform to power frictionless customer experiences in the B2C domain.
https://salesforcecommercecloud.github.io/b2c-crm-sync/
BSD 3-Clause "New" or "Revised" License
65 stars 46 forks source link

[BUG] ... #259

Open kdomachowski opened 7 months ago

kdomachowski commented 7 months ago

Describe the bug When running the command npm run crm-sync:test:b2c it generates 4 errors with the following pattern:

` 1) int_b2ccrmsync/cartridge/scripts/b2ccrmsync/models/customer updateSyncResponseText should save response text in the profile custom attribute if this is the first time the response text is saved and so the custom attribute is undefined:

  AssertionError: expected 52 to equal 1
  + expected - actual

  -52
  +1

  at Context.<anonymous> (test/b2c/int_b2ccrmsync/scripts/models/customer.test.js:222:82)
  at processImmediate (internal/timers.js:464:21)

`

That goes back to a data type change (set-of-string to text) that has been implemented a few months ago. The unit tests need to be fixed.