Skip to content

Commit

Permalink
Fixes E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Nov 3, 2022
1 parent 732d669 commit 582f34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 582f34e

Please sign in to comment.