Jelajahi Sumber

fix cypress test

Yuki Takei 2 tahun lalu
induk
melakukan
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();
     openEditor();
 
 
-    cy.get('.CodeMirror-code').should('contain.text', body1);
-
     // check editing contents with shortcut key
     // check editing contents with shortcut key
     cy.get('.CodeMirror textarea').type(body2, { force: true });
     cy.get('.CodeMirror textarea').type(body2, { force: true });
     cy.get('.CodeMirror-code').should('contain.text', body1+body2);
     cy.get('.CodeMirror-code').should('contain.text', body1+body2);