Shun Miyazawa пре 2 година
родитељ
комит
19a7f0221b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/test/cypress/e2e/23-editor/23-editor--with-navigation.cy.ts

+ 1 - 1
apps/app/test/cypress/e2e/23-editor/23-editor--with-navigation.cy.ts

@@ -152,7 +152,7 @@ context('Editor while navigation', () => {
 
     // type (without save)
     const bodyWorld = ' world!!'
-    cy.get('.cm-content').should('be.visible').type(`{moveToEnd} ${bodyWorld}`, { force: true });
+    cy.get('.cm-content').should('be.visible').type(`{moveToEnd}${bodyWorld}`, { force: true });
     cy.getByTestid('page-editor-preview-body').should('contain.text', `${bodyHello}${bodyWorld}`);
     cy.get('.cm-content').screenshot(`${ssPrefix}-editor-for-page2-modified`);