saleor-dashboard/cypress/elements/frontend-elements/cart-selectors.js

4 lines
76 B
JavaScript
Raw Normal View History

2021-02-04 12:26:04 +00:00
export const CART_SELECTORS = {
productInCart: "[data-test='cartRow']"
};