From 783ff1ab58c9c970542b7d9c5edae8902479abec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnau=20G=C3=B3mez=20Farell?= Date: Mon, 5 May 2025 12:14:58 +0200 Subject: [PATCH] fix: modify test body to reflect the test description --- demos/src/Extensions/TextAlign/Vue/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/src/Extensions/TextAlign/Vue/index.spec.js b/demos/src/Extensions/TextAlign/Vue/index.spec.js index 7471ee577..831de121d 100644 --- a/demos/src/Extensions/TextAlign/Vue/index.spec.js +++ b/demos/src/Extensions/TextAlign/Vue/index.spec.js @@ -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', () => {