Răsfoiți Sursa

refactor class name

Yuken Tezuka 3 ani în urmă
părinte
comite
323cdb3716

+ 1 - 1
packages/app/test/cypress/integration/20-basic-features/20-basic-features--access-to-page.spec.ts

@@ -113,7 +113,7 @@ context('Access to page', () => {
     cy.get('.grw-editor-navbar-bottom').should('be.visible');
     cy.get('.grw-editor-navbar-bottom').should('be.visible');
 
 
     // check editing contents with shortcut key
     // check editing contents with shortcut key
-    cy.get('. CodeMirror-line ').children().first().should(($elm) => {
+    cy.get('.CodeMirror-line').children().first().should(($elm) => {
       const text = $elm.text()
       const text = $elm.text()
       cy.get('.CodeMirror').type(body2);
       cy.get('.CodeMirror').type(body2);
       cy.get('.CodeMirror').contains(text+body2);
       cy.get('.CodeMirror').contains(text+body2);