cy.findByRole('textbox').within((editor) => {
          expect(editor.find('em')).to.have.text('Hello, Worl')
        })