UNPKG

wix-style-react

Version:
11 lines 507 B
import { baseUniDriverFactory } from '../test-utils/utils/unidriver'; import { dataHooks } from './constants'; export const sidebarHeaderDriverFactory = base => { return { ...baseUniDriverFactory(base), getTitle: () => base.$(`[data-hook="${dataHooks.title}"]`).text(), getSubtitle: () => base.$(`[data-hook="${dataHooks.subtitle}"]`).text(), getChildren: () => base.$(`[data-hook="${dataHooks.children}"]`), }; }; //# sourceMappingURL=SidebarHeader.uni.driver.js.map