disable flaky tests

This commit is contained in:
Denys Vuika
2019-05-13 13:48:34 +01:00
parent 4d0b646717
commit cecc13093d
3 changed files with 3 additions and 3 deletions

View File

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