[ADF-3658][ADF-3660][ADF-3661] Revisiting automated tests and test cases (#3869)

* [ADF-3658] Revisiting Content Services automated tests and test cases

* [ADF-3661] Revisiting automated tests and test cases for Core and Insights folders

* [ADF-3660] Revisiting automated tests and test cases for Process Services

* Fixing lint errors
This commit is contained in:
Marouan Bentaleb
2018-10-13 11:19:15 +01:00
committed by Eugenio Romano
parent 04d42e2535
commit 094e1dab91
45 changed files with 267 additions and 387 deletions
@@ -127,7 +127,7 @@ describe('Create folder directive', function () {
expect(metadataViewPage.getPropertyText('properties.cm:description')).toEqual('this is the description');
});
it('[C260159] Should not be possible create a folder with banned carachter', () => {
it('[C260159] Should not be possible create a folder with banned character', () => {
let bannedChar = ['* ', '<', '>', '\\', '/', '?', ':', '|'];
contentServicesPage.clickOnCreateNewFolder();