Parcourir la source

added comment

Shun Miyazawa il y a 3 ans
Parent
commit
2bc660e80b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/app/test/cypress/integration/60-home/home.spec.ts

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

@@ -19,6 +19,7 @@ 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`);
   });