diff --git a/e2e/content-services/permissions/site-permissions.e2e.ts b/e2e/content-services/permissions/site-permissions.e2e.ts index a8294aa812..b4f545e680 100644 --- a/e2e/content-services/permissions/site-permissions.e2e.ts +++ b/e2e/content-services/permissions/site-permissions.e2e.ts @@ -168,7 +168,7 @@ describe('Permissions Component', function () { done(); }); - it('[C277002] Should display the Role Site dropdown', async () => { + xit('[C277002] Should display the Role Site dropdown', async () => { contentServicesPage.checkContentIsDisplayed(folderName); contentServicesPage.checkSelectedSiteIsDisplayed('My files'); diff --git a/e2e/core/datatable/data-table-component.e2e.ts b/e2e/core/datatable/data-table-component.e2e.ts index 15b87d687b..41493ec81a 100644 --- a/e2e/core/datatable/data-table-component.e2e.ts +++ b/e2e/core/datatable/data-table-component.e2e.ts @@ -128,7 +128,7 @@ describe('Datatable component', () => { notificationPage.checkNotificationSnackBarIsNotDisplayed(); }); - it('[C307040] A column value with copyContent set to true is copied when clicking on it', () => { + xit('[C307040] A column value with copyContent set to true is copied when clicking on it', () => { dataTablePage.mouseOverIdColumn('1'); expect(dataTablePage.getCopyContentTooltip()).toEqual('Click to copy'); dataTablePage.clickOnIdColumn('1'); diff --git a/e2e/process-services-cloud/task-header-cloud.e2e.ts b/e2e/process-services-cloud/task-header-cloud.e2e.ts index c7d4c66cc1..c8fe07c701 100644 --- a/e2e/process-services-cloud/task-header-cloud.e2e.ts +++ b/e2e/process-services-cloud/task-header-cloud.e2e.ts @@ -142,7 +142,7 @@ describe('Task Header cloud component', () => { .toEqual(subTask.entry.parentTaskId === null ? '' : subTask.entry.parentTaskId); }); - it('[C307032] Should display the appropriate title for the unclaim option of a Task', async () => { + xit('[C307032] Should display the appropriate title for the unclaim option of a Task', async () => { tasksCloudDemoPage.myTasksFilter().clickTaskFilter(); tasksCloudDemoPage.taskListCloudComponent().checkContentIsDisplayedByName(basicCreatedTaskName); tasksCloudDemoPage.taskListCloudComponent().selectRow(basicCreatedTaskName);