wix-style-react
Version:
wix-style-react
13 lines • 610 B
JavaScript
import { baseUniDriverFactory } from '../test-utils/utils/unidriver';
export const googlePreviewDriverFactory = base => {
return {
...baseUniDriverFactory(base),
/** Get the current count */
getPreviewUrl: async () => base.$('[data-hook="googlePreview-previewUrl"]').text(),
/** Click the button */
getTitle: async () => base.$('[data-hook="googlePreview-title"]').text(),
/** Get the button's text */
getDescription: async () => base.$('[data-hook="googlePreview-description"]').text(),
};
};
//# sourceMappingURL=GooglePreview.uni.driver.js.map