saleor-dashboard/cypress/elements/catalog/collection-selectors.js
2021-02-18 10:00:08 +01:00

7 lines
269 B
JavaScript

/* eslint-disable sort-keys */
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']"
};