
* Cypress tests for channels Co-authored-by: Marcin Gębala <maarcin.gebala@gmail.com> Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
5 lines
192 B
JavaScript
5 lines
192 B
JavaScript
export const CHANNEL_FORM_SELECTORS = {
|
|
channelSelect: "[id='mui-component-select-channels']",
|
|
channelOption: "[data-test='selectFieldOption']",
|
|
confirmButton: "[data-test='submit']"
|
|
};
|