Skip to content

Commit 668c848

Browse files
Fix lint error
1 parent 127dd90 commit 668c848

File tree

1 file changed

+1
-2
lines changed
  • src/versions/develop/pages/FO/hummingbird/category

1 file changed

+1
-2
lines changed

src/versions/develop/pages/FO/hummingbird/category/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ class CategoryPage extends CategoryPageVersion implements FoCategoryPageInterfac
7474
* @param page {Page} Browser tab
7575
* @param facetType {string} Type of filter
7676
* @param checkboxName {string} Checkbox name
77-
* @param toEnable {boolean} True if we need to enable (Not used in Hummingbird method)
7877
* @return {Promise<void>}
7978
*/
80-
async filterByCheckbox(page: Page, facetType: string, checkboxName: string, toEnable: boolean): Promise<void> {
79+
async filterByCheckbox(page: Page, facetType: string, checkboxName: string): Promise<void> {
8180
await page.locator(this.filterTypeButton(facetType)).click();
8281
await page.waitForTimeout(2000);
8382
if (facetType === 'Color') {

0 commit comments

Comments
 (0)