-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/gh 12987 handle new cart entry api format #13066
Feature/gh 12987 handle new cart entry api format #13066
Conversation
…andle_new_cart_entry_API_format
…andle_new_cart_entry_API_format
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
...ents/configurator-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.spec.ts
Outdated
Show resolved
Hide resolved
...ents/configurator-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.spec.ts
Outdated
Show resolved
Hide resolved
@@ -124,4 +233,240 @@ describe('ConfiguratorCartEntryBundleInfoService', () => { | |||
expect(lineItems[2]).toEqual(expectedLineItem3); | |||
expect(lineItems[3]).toEqual(expectedLineItem4); | |||
}); | |||
|
|||
describe('for enhanced OCC API format: ', () => { | |||
it('should retrieve an existing lineitem for requested lineitemNumber from lineitemMap', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'line item' instead of 'lineitem'. Also in other test descriptions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
...ents/configurator-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.spec.ts
Outdated
Show resolved
Hide resolved
...omponents/configurator-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.ts
Outdated
Show resolved
Hide resolved
feature-libs/product-configurator/common/core/model/common-configurator.model.ts
Outdated
Show resolved
Hide resolved
feature-libs/product-configurator/common/core/model/common-configurator.model.ts
Outdated
Show resolved
Hide resolved
...omponents/configurator-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.ts
Outdated
Show resolved
Hide resolved
…or-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.spec.ts Co-authored-by: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com>
…or-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.spec.ts Co-authored-by: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com>
…or-cart-entry-bundle-info/configurator-cart-entry-bundle-info.service.ts Co-authored-by: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com>
…figurator.model.ts Co-authored-by: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com>
…figurator.model.ts Co-authored-by: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com>
…andle_new_cart_entry_API_format
…andle_new_cart_entry_API_format
…andle_new_cart_entry_API_format
Public API changes
|
Enable handling of the enhanced content for the ConfigurationInfo structure of the OrderEntry.
Closes #12987