
* first test for draft orders * tests for channels in draft orders * tests for channels in draft orders * tests for channels in draft orders * test for moving draft order to orders * test for orders * test for orders * tests for draft orders * tests for draft orders * tests for draft orders * tests for draft orders * test for moving draft order
10 lines
476 B
JavaScript
10 lines
476 B
JavaScript
export const DRAFT_ORDER_SELECTORS = {
|
|
addProducts: "[data-test-id='add-products-button']",
|
|
salesChannel: "[data-test-id='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']",
|
|
pageHeader: "[data-test-id='page-header']"
|
|
};
|