From 7d2dbdb81ed78a929a750e4fe03d76b261e46af4 Mon Sep 17 00:00:00 2001 From: AureRita <100699445+AureRita@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:53:52 +0100 Subject: [PATCH] Erase the comment about the UI Erase the "// Go to the New UI" Co-authored-by: Thomas N --- tests/UI/campaigns/functional/01_upgrade.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/UI/campaigns/functional/01_upgrade.spec.ts b/tests/UI/campaigns/functional/01_upgrade.spec.ts index 020097c33..ca68d24b8 100755 --- a/tests/UI/campaigns/functional/01_upgrade.spec.ts +++ b/tests/UI/campaigns/functional/01_upgrade.spec.ts @@ -186,7 +186,6 @@ test.describe('Verify the New UI', () => { expect(isModuleVisible).toEqual(true); }); - // Go to the New UI test(`should go to the configuration page of the module '${dataModules.autoupgrade.name}'`, async () => { await boModuleManagerPage.goToConfigurationPage(page, dataModules.autoupgrade.tag);