diff --git a/README.md b/README.md index 769a084..99f5e66 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ Gets the value of a ckeditor instance. cy.ckeditorGet('#edit-body-wrapper').should('contain', 'hello world') ``` -### Drupal Cypress ckEditor set +### Drupal Cypress ckEditor type Set the value of a ckeditor instance. ``` -cy.ckeditorSet('#field_body-wrapper', 'hello world'); +cy.ckeditorType('#field_body-wrapper', 'hello world'); ``` ### Drupal Cypress drush