Explorar o código

added comment

Shun Miyazawa %!s(int64=3) %!d(string=hai) anos
pai
achega
2bc660e80b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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`);
   });