UNPKG

wix-style-react

Version:
12 lines 493 B
import { baseUniDriverFactory, getDataAttributeValue, } from '../test-utils/utils/unidriver'; export const SidebarDividerDriverFactory = base => { return { ...baseUniDriverFactory(base), /** * Checks whether SidebarDivider is displayed in full width * @returns {Promise<boolean>} */ isFullWidth: async () => (await getDataAttributeValue(base, 'data-full-width')) === 'true', }; }; //# sourceMappingURL=SidebarDivider.uni.driver.js.map