
* Cypress tests for channels Co-authored-by: Marcin Gębala <maarcin.gebala@gmail.com> Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
export const DRAFT_ORDER_SELECTORS = {
|
|
addProducts: "[data-test-id='add-products-button']"
|
|
};
|