Yuki Takei 2 лет назад
Родитель
Сommit
3667a76066

+ 0 - 2
apps/app/test/cypress/e2e/20-basic-features/20-basic-features--access-to-page.cy.ts

@@ -105,8 +105,6 @@ context('Access to page', () => {
 
     openEditor();
 
-    cy.get('.CodeMirror-code').should('contain.text', body1);
-
     // check editing contents with shortcut key
     cy.get('.CodeMirror textarea').type(body2, { force: true });
     cy.get('.CodeMirror-code').should('contain.text', body1+body2);