فهرست منبع

fix cypress test

Yuki Takei 2 سال پیش
والد
کامیت
3667a76066
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      apps/app/test/cypress/e2e/20-basic-features/20-basic-features--access-to-page.cy.ts

+ 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);