saleor-dashboard/cypress/elements/catalog/collection-selectors.js

8 lines
307 B
JavaScript
Raw Normal View History

2021-02-18 09:00:08 +00:00
export const COLLECTION_SELECTORS = {
createCollectionButton: "[data-test-id = 'create-collection']",
nameInput: "[name='name']",
saveButton: "[data-test='button-bar-confirm']",
addProductButton: "[data-test-id='add-product']",
descriptionInput: '[data-test-id="rich-text-editor-description"]'
2021-02-18 09:00:08 +00:00
};