Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/get-block-editor

Index

Functions

  • getBlockEditor(): Chainable<unknown>
  • Get the Block Editor

    example

    Find the title input and type in it

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

    Returns Chainable<unknown>

    Block Editor element.

Generated using TypeDoc