diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts b/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts index 794dc9744f436..34e6d2dc10b37 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/dashboard/editmode.test.ts @@ -773,7 +773,7 @@ describe('Dashboard edit', () => { cy.getBySel('dashboard-markdown-editor') .should( 'have.text', - '✨Header 1✨Header 2✨Header 3Click here to learn more about markdown formatting', + '✨Header 1\n✨Header 2\n✨Header 3\n\nClick here to learn more about markdown formatting', ) .click(10, 10);