2021-07-05 10:21:35 +00:00
|
|
|
export const ASSIGN_ELEMENTS_SELECTORS = {
|
2021-02-18 09:00:08 +00:00
|
|
|
searchInput: "[name='query']",
|
|
|
|
tableRow: "[class*='MuiTableRow']",
|
2021-07-05 10:21:35 +00:00
|
|
|
productTableRow: "[data-test-id='assign-product-table-row']",
|
2021-10-21 10:47:18 +00:00
|
|
|
variantTableRow: "[data-test-id='assign-variant-table-row']",
|
2021-03-02 09:01:58 +00:00
|
|
|
checkbox: "[type='checkbox']",
|
2021-06-10 08:13:31 +00:00
|
|
|
submitButton: "[type='submit']",
|
2022-02-11 11:28:55 +00:00
|
|
|
dialogContent: '[data-test-id="search-query"]'
|
2021-02-18 09:00:08 +00:00
|
|
|
};
|