@10up/cypress-wp-utils
    Preparing search index...

    Function getBlockEditor

    • Get the Block Editor

      Returns Chainable<unknown>

      Block Editor element.

      Find the title input and type in it

      cy.getBlockEditor().find('.editor-post-title__input').type('Test Post');