Fixed search e2es

This commit is contained in:
Vito Albano
2023-12-20 23:11:36 +00:00
committed by VitoAlbano
parent 6d6f716438
commit d2214b943e
5 changed files with 8 additions and 7 deletions

View File

@@ -236,7 +236,7 @@ describe('Task Header cloud component', () => {
await taskHeaderCloudPage.statusCardTextItem.checkElementIsReadonly();
});
it('[C291991] Should be able to assign a task only to the users that have access to the selected app', async () => {
fit('[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();
expect(currentAssignee).toContain(testUser.firstName);