saleor-dashboard/cypress/elements/customer/customers-list.js
Karolina Rakoczy f847c76d67
Saleor 3826 tests for customers (#1226)
* added test for customers

* add test for customer
2021-07-15 13:25:39 +03:00

3 lines
93 B
JavaScript

export const CUSTOMERS_LIST = {
createCustomerButton: '[data-test-id="createCustomer"]'
};