We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cae759d + 88785a1 commit 3782a90Copy full SHA for 3782a90
1 file changed
src/versions/develop/pages/FO/hummingbird/category/index.ts
@@ -33,7 +33,7 @@ class CategoryPage extends CategoryPageVersion implements FoCategoryPageInterfac
33
34
// Categories SideBlock
35
this.sideBlockCategories = '.category-tree';
36
- this.sideBlockCategoriesItem = `${this.sideBlockCategories} ul.category-tree__list ul li.category-tree__item`;
+ this.sideBlockCategoriesItem = `${this.sideBlockCategories} ul.category-tree__list li.category-tree__item`;
37
this.sideBlockCategory = (text: string) => `${this.sideBlockCategoriesItem} a:text("${text}")`;
38
this.searchFilters = '#search-filters';
39
this.filterTypeButton = (facetType: string) => `.facet.accordion-item button:text("${facetType}")`;
0 commit comments