diff --git a/cypress/e2e/tests/ve-cite/veCiteIntegration.cy.js b/cypress/e2e/tests/ve-cite/veCiteIntegration.cy.js index ecce423c4..0c4f416f1 100644 --- a/cypress/e2e/tests/ve-cite/veCiteIntegration.cy.js +++ b/cypress/e2e/tests/ve-cite/veCiteIntegration.cy.js @@ -23,6 +23,7 @@ describe.skip( 'Visual Editor Cite Integration', () => { } ); helpers.visitTitle( title, { veaction: 'edit' } ); + helpers.waitForVEToLoad(); } ); it( 'should edit and verify reference content in Visual Editor', () => {