[Cypress] Wait for VE to load

I missed this spot in I321b4114ca03ebd02a79d8bd3863ea0e68494dc2

This should stabalize the remaining tests failing in the stress
test.

Bug: T360026
Depends-On:  Idbf87178e9ee961e84a6e212dbadb0f36a1c8197
Change-Id: Ic41fbd9da24c3bba7eec3d1429731b2cc6665404
This commit is contained in:
WMDE-Fisch 2024-03-26 16:02:26 +01:00
parent 6ca87923bb
commit 4e935abb2e

View file

@ -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', () => {