tests for collections

This commit is contained in:
Karolina Rakoczy 2021-03-02 10:01:58 +01:00
parent a8a9a5eb3a
commit cf0b3b1bf6

View file

@ -2,6 +2,6 @@
export const ASSIGN_PRODUCTS_SELECTORS = {
searchInput: "[name='query']",
tableRow: "[class*='MuiTableRow']",
checkbox: "[class*='checkboxCell']",
checkbox: "[type='checkbox']",
submitButton: "[type='submit']"
};