UNPKG

wix-style-react

Version:
11 lines 502 B
import { baseUniDriverFactory } from '../../test-utils/utils/unidriver'; import { dataHooks } from './constants'; export const fluidColumnsDriverFactory = (base, body) => { const getItems = () => base.$$(`[data-hook="${dataHooks.item}"]`); return { ...baseUniDriverFactory(base, body), /** Returns the number of the features that exist in the footer */ getNumberOfItems: async () => await getItems().count(), }; }; //# sourceMappingURL=FluidColumns.uni.driver.js.map