From 9ebe850969409a6d096480413503208a0a2ae168 Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Tue, 29 Apr 2025 15:55:36 +0200 Subject: [PATCH] Disable compat plugin for system tests again --- tests/System/integration/install/Installation.cy.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/System/integration/install/Installation.cy.js b/tests/System/integration/install/Installation.cy.js index 43c0da6942ab0..fd3f1ccc6088b 100644 --- a/tests/System/integration/install/Installation.cy.js +++ b/tests/System/integration/install/Installation.cy.js @@ -20,8 +20,7 @@ describe('Install Joomla', () => { cy.installJoomla(config); // Disable compat plugin - // TODO: Uncomment below code line if filesystem class is migrated to framework in 6.0-dev - // cy.db_enableExtension(0, 'plg_behaviour_compat'); + cy.db_enableExtension(0, 'plg_behaviour_compat'); cy.doAdministratorLogin(config.username, config.password, false); cy.cancelTour();