Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/open-document-settings-panel

Index

Functions

  • openDocumentSettingsPanel(name: string, tab?: string): void
  • Open Document Settings Panel

    example

    Open featured image panel of the Post editor

    cy.openDocumentSettingsPanel('Featured image')
    
    example

    Open Permalink panel of the Page editor

    cy.openDocumentSettingsPanel('Permalink', 'Page')
    

    Parameters

    • name: string

      Panel name

    • tab: string = 'Post'

      Settings tab

    Returns void

Generated using TypeDoc