3 lines
93 B
JavaScript
3 lines
93 B
JavaScript
export const CUSTOMERS_LIST = {
|
|
createCustomerButton: '[data-test-id="createCustomer"]'
|
|
};
|