Skip to content

Commit

Permalink
[affected:*][ci:force] Remove fit
Browse files Browse the repository at this point in the history
  • Loading branch information
alep85 committed Mar 15, 2024
1 parent 0871557 commit 5f98028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5f98028

Please sign in to comment.