tests for collections
This commit is contained in:
parent
a8a9a5eb3a
commit
cf0b3b1bf6
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
export const ASSIGN_PRODUCTS_SELECTORS = {
|
||||
searchInput: "[name='query']",
|
||||
tableRow: "[class*='MuiTableRow']",
|
||||
checkbox: "[class*='checkboxCell']",
|
||||
checkbox: "[type='checkbox']",
|
||||
submitButton: "[type='submit']"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue