2021-04-02 11:01:38 +00:00
|
|
|
export const SHIPPING_ZONE_DETAILS = {
|
|
|
|
assignCountryButton: "[data-test-id='assign-country']",
|
2023-03-09 10:05:25 +00:00
|
|
|
descriptionInput: "[data-test-id='shipping-zone-description']",
|
2021-04-02 11:01:38 +00:00
|
|
|
submitAssignCountry: "[type='submit']",
|
|
|
|
searchInput: "[name='query']",
|
|
|
|
tableRow: "[class*='MuiTableRow']",
|
|
|
|
addPriceRateButton: "[data-test-id='add-price-rate']",
|
|
|
|
addWeightRateButton: "[data-test-id='add-weight-rate']",
|
|
|
|
nameInput: "[name='name']",
|
|
|
|
shippingRatePriceTableCell: "[data-test-id='shipping-rate-price']",
|
2021-07-12 08:50:50 +00:00
|
|
|
autocompleteContentDialog:
|
2022-01-31 08:37:49 +00:00
|
|
|
"[data-test-id='multi-autocomplete-select-content']",
|
|
|
|
option: "[data-test-id='multi-autocomplete-select-option']",
|
2022-04-28 08:56:56 +00:00
|
|
|
warehouseSelector: "[testId='warehouses']",
|
|
|
|
channelSelector: "[testId='channels']",
|
2023-03-09 10:05:25 +00:00
|
|
|
removeWarehouseButton: "[data-test-id='warehouses-remove']",
|
2021-04-02 11:01:38 +00:00
|
|
|
};
|