
* add update data test ids * fix not changed test ids * fix data-test-id for gift cards * remove comment * fix base url
5 lines
217 B
JavaScript
5 lines
217 B
JavaScript
export const SELECT_SHIPPING_METHOD_FORM = {
|
|
selectShippingMethod: "[id='mui-component-select-shippingMethod']",
|
|
shippingMethodOption: "[data-test-id*='select-field-option']",
|
|
submitButton: "[type='submit']"
|
|
};
|