Update API call for zip code
This commit is contained in:
parent
494ff2c8de
commit
4eaf1e1710
|
@ -48,6 +48,10 @@ const runCheckoutPageTest = () => {
|
|||
await withRestApi.updatePaymentGateway( 'cod', { enabled: true } );
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await withRestApi.deleteAllShippingZones();
|
||||
});
|
||||
|
||||
it('should display cart items in order review', async () => {
|
||||
await shopper.goToShop();
|
||||
await shopper.addToCartFromShopPage(simpleProductName);
|
||||
|
|
Loading…
Reference in New Issue