chore: lint
This commit is contained in:
@@ -748,7 +748,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return selector;
|
return selector;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -763,7 +762,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates
|
|||||||
element = element.parentElement;
|
element = element.parentElement;
|
||||||
depth++;
|
depth++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return path.join(' > ');
|
return path.join(' > ');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -775,7 +773,6 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates
|
|||||||
const childSelector = getSelectorPath(child as HTMLElement);
|
const childSelector = getSelectorPath(child as HTMLElement);
|
||||||
childSelectors.push(childSelector);
|
childSelectors.push(childSelector);
|
||||||
});
|
});
|
||||||
|
|
||||||
return childSelectors;
|
return childSelectors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user