From 442394cec9d1c98b65f6b5861c2ff90944ae99b2 Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Thu, 31 Oct 2024 11:16:41 +0100 Subject: [PATCH] [cypress] Re-enable flaky test Issues should be solved. Bug: T377666 Change-Id: If43635a7ff035c95394503e7a2da3d9d53aee2cd --- tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js b/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js index a6954cfa1..3e3ed6060 100644 --- a/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js +++ b/tests/cypress/e2e/tests/ve-cite/wt2017Integration.cy.js @@ -64,8 +64,7 @@ describe( 'Visual Editor Wt 2017 Cite Integration', () => { } ); - // Disable flaky test T377666 - it.skip( 'should be able to create a VE-Cite tool template', () => { + it( 'should be able to create a VE-Cite tool template', () => { // FIXME: Replace this wait with a trigger when VE is fully initialized. cy.wait( 1000 ); if ( usesCitoid ) {