Sfoglia il codice sorgente

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

Shun Miyazawa 3 anni fa
parent
commit
f8c10f396d

+ 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('.user-page-footer').should('be.visible');
 
 
+    cy.get('.comment-form-main').should('be.visible')
+
     cy.screenshot(`${ssPrefix}-visit-home`);
     cy.screenshot(`${ssPrefix}-visit-home`);
   });
   });