Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayadav09 committed Dec 12, 2024
1 parent 858b14f commit 07c8939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cypress/integration/Home/migration.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand Down

0 comments on commit 07c8939

Please sign in to comment.