saleor-dashboard/cypress/elements/orders/draft-order-selectors.js
2022-10-21 12:14:40 +04:00

12 lines
617 B
JavaScript

export const DRAFT_ORDER_SELECTORS = {
addProducts: "[data-test-id='add-products-button']",
salesChannel: "[data-test-id='order-sales-channel']",
editCustomerButton: "[data-test-id='edit-customer']",
selectCustomer: "[data-test-id='select-customer']",
selectCustomerOption: "[data-test-type='option']",
addShippingCarrierLink: "[data-test-id='add-shipping-carrier']",
finalizeButton: "[data-test='button-bar-confirm']",
editShippingAddress: '[data-test-id="edit-shipping-address"]',
editBillingAddress: '[data-test-id="edit-billing-address"]',
customerEmail: '[data-test-id="customer-email"]',
};