Skip to content

Commit

Permalink
add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Oct 30, 2024
1 parent dee7698 commit 4f9a42a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe('RichTextEditor', () => {

cy.findByLabelText('Heading 1').should('have.attr', 'aria-pressed', 'true')
})

it('should apply the heading 2', () => {
cy.mount(<RichTextEditor editorContentId={editorContentId} />)

Expand All @@ -77,6 +78,7 @@ describe('RichTextEditor', () => {

cy.findByLabelText('Heading 2').should('have.attr', 'aria-pressed', 'true')
})

it('should apply the heading 3', () => {
cy.mount(<RichTextEditor editorContentId={editorContentId} />)

Expand Down

0 comments on commit 4f9a42a

Please sign in to comment.