
* remove classes in shipping & products utils * remove classes * add tests plans * add const * tests for shipping methods * test for shipping * test for shipping * tests for shipping * install eslint-plugin-chai-friendly * update stories * add missing imports
3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
export const SHIPPING_ZONES_LIST = {
|
|
addShippingZone: "[data-test-id='add-shipping-zone']"
|
|
};
|