export const CHANNEL_FORM_SELECTORS = {
channelSelect: "[id='mui-component-select-channels']",
channelOption: "[data-test-id*='select-field-option']",
confirmButton: "[data-test-id='submit']"
};