UNPKG

cypress-wp-test-utils

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