UNPKG

wix-style-react

Version:
12 lines (11 loc) 333 B
var statsWidgetDriverFactory = function statsWidgetDriverFactory(component) { return { element: function element() { return component; }, numberOfStatistics: function numberOfStatistics() { return component.$$('[data-hook="statistics-item"]').count(); } }; }; export default statsWidgetDriverFactory;