ソースを参照

change wait sec

Yuken Tezuka 3 年 前
コミット
c02c9b8acc

+ 1 - 1
packages/app/test/cypress/integration/30-search/search.spec.ts

@@ -106,7 +106,7 @@ context('Search all pages', () => {
     // force to add 'active' to pass VRT: https://github.com/weseek/growi/pull/6603
     cy.getByTestid('page-list-item-L').first().invoke('addClass', 'active');
     // eslint-disable-next-line cypress/no-unnecessary-waiting
-    cy.wait(1000);
+    cy.wait(1500);
     // for avoid mismatch by auto scrolling
     cy.get('.search-result-content-body-container').scrollTo('top');
     cy.screenshot(`${ssPrefix}3-search-page-results`, { capture: 'viewport'});