[ADF-5263] Empty page displayed all the time when load content fix (#6209)

* Make test run on API update
Improve create librrary test

* Fix empty page displayed always first

* remvoe console

* fix

* fix

* lint

* fix

* fix

* fix

* fix

* fix
This commit is contained in:
Eugenio Romano
2020-10-05 00:26:56 +01:00
committed by GitHub
parent d128bc158c
commit 04f5fdffd7
27 changed files with 174 additions and 179 deletions

View File

@@ -1,4 +1,4 @@
const { LocalStorageUtil, Logger } = require('@alfresco/adf-testing');
const {LocalStorageUtil, Logger} = require('@alfresco/adf-testing');
const path = require('path');
const {SpecReporter} = require('jasmine-spec-reporter');
const retry = require('protractor-retry').retry;
@@ -292,7 +292,7 @@ exports.config = {
} catch (error) {
console.error('Error saving screenshot', error);
}
}else{
} else {
console.log(`Save screenshot disabled`);
}