-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: adds cart etag interceptor #746
Conversation
1 failed and 2 flaky tests on run #9789 ↗︎
Details:
src/integration/category.cy.ts • 1 failed test • sf-regression
category.cy.ts • 1 flaky test • sf-regression
cart.cy.ts • 1 flaky test • sf-regression
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Passing run #2249 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
@@ -37,4 +37,8 @@ export const cartProviders: Provider[] = [ | |||
CartTotalsProvider, | |||
...cartNormalizer, | |||
...cartsNormalizer, | |||
// { |
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.
👀
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.
I commented out it because of CORS issue
@@ -21,6 +21,7 @@ export module ApiCartModel { | |||
thresholds?: unknown[]; | |||
currency?: string; | |||
store?: string; | |||
etag?: string; |
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.
I'm thinking about more generic name in our UI model for cart, maybe version
?
b8c4a22
into
feat/hrz-89557-price-mode-component
adds etag
closes HRZ-89614