6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
![]() |
export const CHANNEL_FORM_SELECTORS = {
|
||
|
channelSelect: "[id='mui-component-select-channels']",
|
||
|
channelOption: "[data-test='selectFieldOption']",
|
||
|
confirmButton: "[data-test='submit']"
|
||
|
};
|