[ADF-3191] Not able to login only to BPM or ECM (#3478)

* disable random test

* host setting component reset JS-API

* reload api after user prefrence change

* remove replicate reset

* missing semicolon

* deprecate provider property

* remove trailing space

* check new value before to set
This commit is contained in:
Eugenio Romano
2018-06-13 16:05:35 +01:00
committed by GitHub
parent d41e3d5b9c
commit afdedf02d1
12 changed files with 68 additions and 139 deletions

View File

@@ -138,13 +138,13 @@ module.exports = function (config) {
{type: 'html'},
{type: 'lcov'}
]
},
client: {
jasmine: {
random: true
}
}
// client: {
// jasmine: {
// random: true
// }
// }
};
config.set(_config);