Explorar el Código

Revert "added comment"

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

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

@@ -19,7 +19,6 @@ context('Access Home', () => {
     // for check download toc data
     cy.get('.toc-link').should('be.visible');
 
-    // same screenshot is taken in access-to-page.spec
     cy.screenshot(`${ssPrefix}-visit-home`);
   });