saleor-dashboard/cypress/elements/attribute/attributes_list.js
Karolina Rakoczy 4faafd2489
Saleor 3626 tests for attributes (#1198)
* tests for attributes

* add tests for content attribute
2021-07-09 11:43:45 +02:00

3 lines
102 B
JavaScript

export const ATTRIBUTES_LIST = {
createAttributeButton: '[data-test-id="createAttributeButton"]'
};