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