Shun Miyazawa 3 lat temu
rodzic
commit
01c840be40

+ 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
     // eslint-disable-next-line cypress/no-unnecessary-waiting
     cy.wait(2000); // wait for calcViewHeight and rendering
     cy.wait(2000); // wait for calcViewHeight and rendering
 
 
+    // same screenshot is taken in access-to-page.spec
     cy.screenshot(`${ssPrefix}-visit-home`);
     cy.screenshot(`${ssPrefix}-visit-home`);
   });
   });