justinlee01

Results 16 comments of justinlee01

I'll await the conversation with Leeann Faessler on E2E tests.

Sorry @pebarron15 , I am happy with the E2E tests but there are some questions on backwards-compatibility I'd like a more experienced dev to answer.

@WeizhengSap I have tried my best to respond to your comments; for the others, I will have to wait for my colleagues to come back from vacation who are more...

I have made fixes for the E2E tests. Of particular note is line 36 of `projects/storefrontapp-e2e-cypress/cypress/helpers/applied-promotions.ts`, where I change a `cy.intercept` to `interceptGet` as it seemed more reliable. Let me...

Another note. I have updated the expectations of two tests in `projects/schematics/src/shared/utils/dependency-utils_spec.ts` related to CDC - the ASM module now uses the Cart module.

@giancorderoortiz I noticed there is no `cypress/e2e/cx_ccv2` folder. Should I delete the `cy:run:ci:ccv2` and `cy:run:ci:ccv2-b2b` commands?

Closing as 10.3 has performance issues.

@Zeyber I have spent the last few days trying to add an E2E test for this feature. I will explain the abnormal difficulty. I have implementing this test plan: 1....

Finally found the issue. When the application loads, it also loads the selective (saved) cart. Because Cypress is so quick, it creates a race hazard where UI is loaded and...

@Zeyber I'm not sure what's missing from the set-up; if you can share the full URL of the request that is responded with 400, that may help. That request +...