
* add update data test ids * fix not changed test ids * fix data-test-id for gift cards * remove comment * fix base url
9 lines
362 B
JavaScript
9 lines
362 B
JavaScript
export const ASSIGN_ELEMENTS_SELECTORS = {
|
|
searchInput: "[name='query']",
|
|
tableRow: "[class*='MuiTableRow']",
|
|
productTableRow: "[data-test-id='assign-product-table-row']",
|
|
variantTableRow: "[data-test-id='assign-variant-table-row']",
|
|
checkbox: "[type='checkbox']",
|
|
submitButton: "[type='submit']",
|
|
dialogContent: '[data-test-id="search-query"]'
|
|
};
|