Fixed the last e2es?

This commit is contained in:
Vito Albano
2024-04-16 09:10:07 +01:00
parent 69c449992c
commit 9e225c4e9f
2 changed files with 2 additions and 2 deletions
@@ -222,7 +222,7 @@ describe('Task Header cloud component', () => {
await taskHeaderCloudPage.statusCardTextItem.checkElementIsReadonly();
});
fit('[C291991] Should be able to assign a task only to the users that have access to the selected app', async () => {
it('[C291991] Should be able to assign a task only to the users that have access to the selected app', async () => {
await tasksCloudDemoPage.clickStartNewTaskButton();
const currentAssignee = await peopleCloudComponentPage.getChipAssignee();
await expect(currentAssignee).toContain(testUser.firstName);