saleor-dashboard/cypress/elements/customer/customer-details.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

6 lines
187 B
JavaScript

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