Fix tests
This commit is contained in:
parent
668290d500
commit
bca1d858c9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable sort-keys */
|
||||
export const PRODUCTS_SELECTORS = {
|
||||
products: "[href='/dashboard/products?']",
|
||||
products: "[data-test='submenu-item-label'][data-test-id='products']",
|
||||
createProductBtn: "[data-test='add-product']",
|
||||
productNameInput: "[name='name']",
|
||||
productTypeInput: "[data-test='product-type']",
|
||||
|
|
Loading…
Reference in a new issue