Fixed the last e2es?

This commit is contained in:
Vito Albano
2023-12-21 10:13:28 +00:00
parent 646b7d9bfa
commit ccd35e5552
3 changed files with 5 additions and 5 deletions

View File

@@ -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);