mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
disable flaky e2e test
This commit is contained in:
@@ -164,7 +164,7 @@ describe('Datatable component', () => {
|
|||||||
notificationPage.checkNotificationSnackBarIsNotDisplayed();
|
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');
|
copyContentDataTablePage.mouseOverIdColumn('1');
|
||||||
expect(copyContentDataTablePage.getCopyContentTooltip()).toEqual('Click to copy');
|
expect(copyContentDataTablePage.getCopyContentTooltip()).toEqual('Click to copy');
|
||||||
copyContentDataTablePage.clickOnIdColumn('1');
|
copyContentDataTablePage.clickOnIdColumn('1');
|
||||||
|
Reference in New Issue
Block a user