From 003b34b4898ae94e7c96126d0abea543a2508243 Mon Sep 17 00:00:00 2001 From: Amedeo Lepore Date: Fri, 15 Mar 2024 16:38:20 +0100 Subject: [PATCH] [affected:*][ci:force] Remove fit --- .../start-task/start-task-group-cloud.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts b/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts index 3bde9ce089..880f965183 100644 --- a/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts +++ b/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts @@ -93,7 +93,7 @@ describe('Start Task - Group Cloud Component', () => { await startTask.checkFormIsDisplayed(); }); - fit('[C291954] Should be able to select/delete an group for a standalone task', async () => { + it('[C291954] Should be able to select/delete an group for a standalone task', async () => { await peopleCloudComponent.clearAssignee(); await groupCloud.searchGroups(testGroup.name);