
* first test for draft orders * tests for channels in draft orders * tests for channels in draft orders * tests for channels in draft orders * test for moving draft order to orders * test for orders * test for orders * tests for draft orders * tests for draft orders * tests for draft orders * tests for draft orders * test for moving draft order
5 lines
211 B
JavaScript
5 lines
211 B
JavaScript
export const SELECT_SHIPPING_METHOD_FORM = {
|
|
selectShippingMethod: "[id='mui-component-select-shippingMethod']",
|
|
shippingMethodOption: "[data-test='selectFieldOption']",
|
|
submitButton: "[type='submit']"
|
|
};
|