File tree 1 file changed +0
-3
lines changed
integration-libs/punchout/core/facade
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ describe('Punchoutservice', () => {
191
191
192
192
it ( 'should getPunchoutSession stays on page when isPageRefresh is true' , ( done ) => {
193
193
spyOn ( routingService , 'go' ) . and . returnValue ( Promise . resolve ( true ) ) ;
194
-
195
194
spyOn ( connector , 'getPunchoutSessionRequisition' ) . and . returnValue (
196
195
of ( mockPunchoutRequisitionResponse )
197
196
) ;
@@ -252,7 +251,6 @@ describe('Punchoutservice', () => {
252
251
253
252
it ( 'should getPunchoutSession opens cart page when no product item and EDIT Level ' , ( done ) => {
254
253
spyOn ( routingService , 'go' ) . and . returnValue ( Promise . resolve ( true ) ) ;
255
-
256
254
spyOn ( connector , 'getPunchoutSession' ) . and . returnValue (
257
255
of ( {
258
256
...mockPunchoutSessionResponse ,
@@ -276,7 +274,6 @@ describe('Punchoutservice', () => {
276
274
277
275
it ( 'should getPunchoutSession opens pdp when selectedItem is present ' , ( done ) => {
278
276
spyOn ( routingService , 'go' ) . and . returnValue ( Promise . resolve ( true ) ) ;
279
-
280
277
spyOn ( connector , 'getPunchoutSession' ) . and . returnValue (
281
278
of ( mockPunchoutSessionResponse )
282
279
) ;
You can’t perform that action at this time.
0 commit comments