
* Cypress tests for channels Co-authored-by: Marcin Gębala <maarcin.gebala@gmail.com> Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
/* eslint-disable sort-keys */
|
|
export const CONFIGURATION_SELECTORS = {
|
|
channels: "[data-testid='channels']"
|
|
};
|