mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5225] smoke test (#6929)
* change smoke test suite * less * fix error message undefined * Update protractor.conf.js
This commit is contained in:
@@ -97,7 +97,7 @@ export class ApiService {
|
||||
try {
|
||||
await this.apiService.login(profile.username, profile.password);
|
||||
} catch (error) {
|
||||
Logger.error(`Failed to login with ${profile.username}`, error.message);
|
||||
Logger.error(`Failed to login with ${profile.username}`, error?.message);
|
||||
throw new Error(`Login failed with ${profile.username}`);
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user