
* add update data test ids * fix not changed test ids * fix data-test-id for gift cards * remove comment * fix base url
5 lines
188 B
JavaScript
5 lines
188 B
JavaScript
export const SHIPPING_ZONES_LIST = {
|
|
addShippingZone: "[data-test-id='add-shipping-zone']",
|
|
unitSelect: "[id='mui-component-select-unit']",
|
|
saveUnit: '[data-test-id="save-unit"]'
|
|
};
|