diff --git a/e2e/core/datatable/data-table-component.e2e.ts b/e2e/core/datatable/data-table-component.e2e.ts index 41493ec81a..443149d179 100644 --- a/e2e/core/datatable/data-table-component.e2e.ts +++ b/e2e/core/datatable/data-table-component.e2e.ts @@ -164,7 +164,7 @@ describe('Datatable component', () => { notificationPage.checkNotificationSnackBarIsNotDisplayed(); }); - it('[C307073] A column value with copyContent set to true is copied when clicking on it', () => { + xit('[C307073] A column value with copyContent set to true is copied when clicking on it', () => { copyContentDataTablePage.mouseOverIdColumn('1'); expect(copyContentDataTablePage.getCopyContentTooltip()).toEqual('Click to copy'); copyContentDataTablePage.clickOnIdColumn('1');