fix: failed test run

This commit is contained in:
Arnau Gómez Farell 2025-05-05 12:06:36 +02:00
parent 896f76751d
commit fb4a16b61d
No known key found for this signature in database

View File

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