saleor-dashboard/cypress/elements/customer/customer-details.js

7 lines
187 B
JavaScript
Raw Normal View History

export const CUSTOMER_DETAILS = {
nameInput: '[name="customerFirstName"]',
lastNameInput: '[name="customerLastName"]',
emailInput: '[name="email"]',
noteInput: '[name="note"]'
};