saleor-dashboard/cypress/elements/customer/customers-list.js

4 lines
105 B
JavaScript
Raw Normal View History

export const CUSTOMERS_LIST_SELECTORS = {
createCustomerButton: '[data-test-id="create-customer"]',
};