UNPKG

wix-style-react

Version:
8 lines (6 loc) 210 B
const statsWidgetDriverFactory = component => ({ element: () => component, numberOfStatistics: () => component.$$('[data-hook="statistics-item"]').count(), }); export default statsWidgetDriverFactory;