mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +08:00
fix: failed test run
This commit is contained in:
parent
896f76751d
commit
fb4a16b61d
@ -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', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user