wix-style-react
Version:
wix-style-react
12 lines • 493 B
JavaScript
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