cy.xpath('//div[@class="richTextEditor"]').click({ force: true }).wait(500).type('{ctrl+shift+space}') tried this but it doesn't work
cy.xpath('//div[@class="richTextEditor"]').click({ force: true }).wait(500).type('{ctrl+shift+space}') tried this but it doesn't work