Skip to content

Commit

Permalink
Merge pull request #31 from kanopi/thejimbirch-patch-1
Browse files Browse the repository at this point in the history
Updates CKEditor Type command
  • Loading branch information
thejimbirch authored Sep 4, 2024
2 parents 8096c6e + e249e72 commit e8ff240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8ff240

Please sign in to comment.