Shun Miyazawa hace 3 años
padre
commit
56b371a8c5

+ 2 - 0
packages/app/test/cypress/integration/20-basic-features/use-tools.spec.ts

@@ -456,6 +456,7 @@ context('Shortcuts', () => {
 
     // 1st
     cy.get('.CodeMirror').type(body1);
+    cy.get('.CodeMirror').contains(body1);
     cy.get('.page-editor-preview-body').contains(body1);
     cy.get('.CodeMirror').type(savePageShortcutKey);
 
@@ -466,6 +467,7 @@ context('Shortcuts', () => {
 
     // 2nd
     cy.get('.CodeMirror').type(body2);
+    cy.get('.CodeMirror').contains(body2);
     cy.get('.page-editor-preview-body').contains(body2);
     cy.get('.CodeMirror').type(savePageShortcutKey);