
* add update data test ids * fix not changed test ids * fix data-test-id for gift cards * remove comment * fix base url
7 lines
307 B
JavaScript
7 lines
307 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']",
|
|
descriptionInput: '[data-test-id="rich-text-editor-description"]'
|
|
};
|