From 07c89398515c73c485b49c8b62bdc207c208cc60 Mon Sep 17 00:00:00 2001 From: ajayadav09 Date: Thu, 12 Dec 2024 23:44:35 +0530 Subject: [PATCH] test --- tests/cypress/integration/Home/migration.cy.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cypress/integration/Home/migration.cy.js b/tests/cypress/integration/Home/migration.cy.js index ebfe115a..ec9196d1 100644 --- a/tests/cypress/integration/Home/migration.cy.js +++ b/tests/cypress/integration/Home/migration.cy.js @@ -69,6 +69,7 @@ describe( cy.get( '.help-container', { timeout: customCommandTimeout, } ).should( 'be.visible' ); + cy.wait( 1000 ); cy.get( 'div.helpcenter-question-block' ) .children() .last() @@ -92,6 +93,7 @@ describe( cy.get( '.help-container', { timeout: customCommandTimeout, } ).should( 'be.visible' ); + cy.wait( 1000 ); cy.get( 'div.helpcenter-question-block' ) .children() .last()