UNPKG

cypress-wp-test-utils

Version:
6 lines (5 loc) 173 B
export const getEditedPostContent = () => { return cy.window().then((window) => { return window.wp.data.select('core/editor').getEditedPostContent(); }); };