2021-07-06 10:32:09 +00:00
|
|
|
export const WAREHOUSES_DETAILS = {
|
2021-10-05 11:46:58 +00:00
|
|
|
nameInput: '[name="name"]',
|
|
|
|
privateRadioButton: '[name="isPrivate"][value=true]',
|
|
|
|
publicRadioButton: '[name="isPrivate"][value=false]',
|
|
|
|
clickAndCollectAllWarehousesRadioButton:
|
|
|
|
'[name="clickAndCollectOption"][value="ALL"]',
|
|
|
|
clickAndCollectLocalStockRadioButton:
|
|
|
|
'[name="clickAndCollectOption"][value="LOCAL"]'
|
2021-07-06 10:32:09 +00:00
|
|
|
};
|