mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -105,8 +105,7 @@ describe('Search component - Search Bar', () => {
|
||||
await browser.sleep(15000); // wait search index previous file/folder uploaded
|
||||
|
||||
await loginPage.loginToContentServicesUsingUserModel(acsUser);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
for (const currentNode of filesToDelete) {
|
||||
@@ -118,8 +117,7 @@ describe('Search component - Search Bar', () => {
|
||||
|
||||
afterEach(async () => {
|
||||
await BrowserActions.getUrl(browser.params.testConfig.adf.url);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
it('[C272798] Search bar should be visible', async () => {
|
||||
await searchDialog.checkSearchBarIsNotVisible();
|
||||
|
Reference in New Issue
Block a user