test rich text editor
This commit is contained in:
parent
3db7b9d98f
commit
cdc29b795a
2 changed files with 41 additions and 11 deletions
|
|
@ -21,10 +21,8 @@ describe('cypress database reset', () => {
|
|||
.clear()
|
||||
.type('Dirty Cypress description')
|
||||
cy.get('[data-cy="admin-element-rich-text"]')
|
||||
.clear()
|
||||
.type('<p>Dirty Cypress rich text</p>', {
|
||||
parseSpecialCharSequences: false,
|
||||
})
|
||||
.click()
|
||||
.type('{selectAll}{backspace}Dirty Cypress rich text')
|
||||
cy.get('[data-cy="admin-element-save"]').click()
|
||||
|
||||
cy.get('[data-cy="admin-element-status"]')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue