* Custom command to select DOM element by data-cy attribute. * @param editorConfig - config to pass to the editor * @example cy.createEditor({})
(editorConfig: EditorConfig)
| 14 | * @example cy.createEditor({}) |
| 15 | */ |
| 16 | createEditor(editorConfig: EditorConfig): Chainable<EditorJS> |
| 17 | |
| 18 | /** |
| 19 | * Paste command to dispatch paste event |
no outgoing calls
no test coverage detected