Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export const circularProgressBarDriverFactory: DriverFactory = (element: ElementFinder): CircularProgressBarDriver => {
return {
...coreCircularProgressBarDriverFactory($(`[data-hook='circular-progress-bar']`)),
getTooltip: () => $(`[data-hook='circular-progressbar-tooltip']`),
};
};