saleor-dashboard/cypress/elements/catalog/collection-selectors.js
2021-03-03 09:42:07 +01:00

6 lines
238 B
JavaScript

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']"
};