Explorar el Código

added cy.get('.comment-form-main')

Shun Miyazawa hace 3 años
padre
commit
f8c10f396d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/app/test/cypress/integration/60-home/home.spec.ts

+ 2 - 0
packages/app/test/cypress/integration/60-home/home.spec.ts

@@ -21,6 +21,8 @@ context('Access Home', () => {
 
     cy.get('.user-page-footer').should('be.visible');
 
+    cy.get('.comment-form-main').should('be.visible')
+
     cy.screenshot(`${ssPrefix}-visit-home`);
   });