fix: modify test body to reflect the test description

This commit is contained in:
Arnau Gómez Farell 2025-05-05 12:14:58 +02:00
parent b0136eca8c
commit 783ff1ab58
No known key found for this signature in database

View File

@ -117,7 +117,7 @@ context('/src/Extensions/TextAlign/Vue/', () => {
cy.get('.tiptap') cy.get('.tiptap')
.find('p') .find('p')
.should('have.css', 'text-align', 'start') .should('not.have.css', 'text-align', 'right')
}) })
it('aligns the text left when pressing the keyboard shortcut', () => { it('aligns the text left when pressing the keyboard shortcut', () => {