Yuken Tezuka 3 ani în urmă
părinte
comite
39a5fba99a

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

@@ -105,6 +105,8 @@ context('Search all pages', () => {
     cy.get('#wiki').should('be.visible');
     // 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(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'});