mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +08:00
fix: modify test body to reflect the test description
This commit is contained in:
parent
b0136eca8c
commit
783ff1ab58
@ -117,7 +117,7 @@ context('/src/Extensions/TextAlign/Vue/', () => {
|
||||
|
||||
cy.get('.tiptap')
|
||||
.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', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user