
* add update data test ids * fix not changed test ids * fix data-test-id for gift cards * remove comment * fix base url
5 lines
201 B
JavaScript
5 lines
201 B
JavaScript
export const CHANNEL_FORM_SELECTORS = {
|
|
channelSelect: "[id='mui-component-select-channels']",
|
|
channelOption: "[data-test-id*='select-field-option']",
|
|
confirmButton: "[data-test-id='submit']"
|
|
};
|