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

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