diff --git a/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts b/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts index 2adf526bd..bb36e6503 100644 --- a/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts +++ b/test/cypress/tests/modules/BlockEvents/Backspace.cy.ts @@ -122,7 +122,7 @@ describe('Backspace keydown', function () { it('   | — should delete visible and invisble whitespaces in the abscence of any non whitespace characters', function () { createEditorWithTextBlocks([ '1', - '  ', + '   ', ]); cy.get('[data-cy=editorjs]') @@ -131,6 +131,8 @@ describe('Backspace keydown', function () { .click() .type('{downArrow}') .type('{backspace}') + .type('{backspace}') + .type('{backspace}') .type('{backspace}'); cy.get('[data-cy=editorjs]')