remove not needed spaces (#5495)

* remove not usefull spaces

* increase timeout

* increase timeout

* fix
This commit is contained in:
Eugenio Romano
2020-02-23 17:00:16 +00:00
committed by GitHub
parent 9e0e2bdfa6
commit 2d0b571875
302 changed files with 378 additions and 1245 deletions

View File

@@ -67,8 +67,7 @@ describe('Search Checklist Component', () => {
await browser.sleep(15000);
await loginPage.loginToContentServicesUsingUserModel(acsUser);
});
});
beforeEach(async () => {
await navigationBarPage.clickContentServicesButton();
@@ -82,8 +81,7 @@ describe('Search Checklist Component', () => {
await uploadActions.deleteFileOrFolder(createdFolder.entry.id);
await navigationBarPage.clickLogoutButton();
});
});
it('[C276991] Should be able to click between options and Clear All button', async() => {
await searchFiltersPage.checkCheckListFilterIsDisplayed();
@@ -273,8 +271,7 @@ describe('Search Checklist Component', () => {
await searchFiltersPage.checkListFiltersPage().checkShowMoreButtonIsNotDisplayed();
await searchFiltersPage.checkListFiltersPage().checkShowLessButtonIsDisplayed();
});
});
});
describe('Properties', () => {
@@ -344,5 +341,4 @@ describe('Search Checklist Component', () => {
await searchResults.checkContentIsDisplayed(nodeNames.document);
});
});
});