saleor-dashboard/cypress/elements/orders/draft-order-selectors.js
Karolina 7bb3efa65d
Saleor 1736 configuration channels (#966)
* Cypress tests for channels

Co-authored-by: Marcin Gębala <maarcin.gebala@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2021-02-11 14:58:05 +01:00

3 lines
96 B
JavaScript

export const DRAFT_ORDER_SELECTORS = {
addProducts: "[data-test-id='add-products-button']"
};