Ban xit and xdescribe use in the future (#4923)

* remove xit test and ban xit and xdescribe use in the future

* remove xit test and ban xit and xdescribe use in the future

* remove test excluded

* remove consecutive blank line
This commit is contained in:
Eugenio Romano
2019-07-12 15:04:53 +01:00
committed by GitHub
parent 07213fac3a
commit b28a53afe7
28 changed files with 7 additions and 893 deletions

View File

@@ -25,7 +25,6 @@ import { SearchResultsPage } from '../pages/adf/searchResultsPage';
import { AcsUserModel } from '../models/ACS/acsUserModel';
import { FileModel } from '../models/ACS/fileModel';
import { FolderModel } from '../models/ACS/folderModel';
import { Util } from '../util/util';
import { AlfrescoApiCompatibility as AlfrescoApi } from '@alfresco/js-api';
import { NavigationBarPage } from '../pages/adf/navigationBarPage';
import { SearchConfiguration } from './search.config';
@@ -269,22 +268,6 @@ describe('Search component - Search Bar', () => {
expect(contentServicesPage.currentFolderName()).toEqual(secondFolder.name);
});
xit('[C260254] Search bar should get closed when changing browser tab', () => {
searchDialog
.checkSearchIconIsVisible()
.clickOnSearchIcon()
.checkSearchBarIsVisible()
.enterText(secondFolder.shortName);
searchDialog.resultTableContainsRow(secondFolder.name);
Util.openNewTabInBrowser();
Util.switchToWindowHandler(0);
browser.sleep(500);
searchDialog.checkSearchBarIsNotVisible().checkSearchIconIsVisible();
});
it('[C290137] Should be able to search by \'%\'', () => {
searchDialog
.clickOnSearchIcon()