Browse Source

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

Shun Miyazawa 3 years ago
parent
commit
f8c10f396d
1 changed files with 2 additions and 0 deletions
  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`);
   });