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

6 lines
179 B
JavaScript
Raw Normal View History

2021-02-04 11:15:27 +00:00
export const SEARCH_SELECTORS = {
searchButton: "[data-test='menuSearchOverlayLink']",
searchInputField: "[placeholder='search']",
productItem: ".search__products__item"
};