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

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