mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user