
* 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
160 B
JavaScript
4 lines
160 B
JavaScript
export const ORDERS_SELECTORS = {
|
|
orders: "[data-test='submenu-item-label'][data-test-id='orders']",
|
|
createOrder: "[data-test-id='create-order-button']"
|
|
};
|