Explorar o código

added comment

Shun Miyazawa %!s(int64=3) %!d(string=hai) anos
pai
achega
01c840be40
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

@@ -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`);
   });