Browse Source

added comment

Shun Miyazawa 3 years ago
parent
commit
01c840be40
1 changed files with 1 additions and 0 deletions
  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

@@ -22,6 +22,7 @@ context('Access Home', () => {
     // eslint-disable-next-line cypress/no-unnecessary-waiting
     cy.wait(2000); // wait for calcViewHeight and rendering
 
+    // same screenshot is taken in access-to-page.spec
     cy.screenshot(`${ssPrefix}-visit-home`);
   });