mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Change email domain for users created by e2e to example.com (#7911)
This commit is contained in:
parent
1a76776e65
commit
b64d1583e2
@ -74,7 +74,7 @@ if (LOG) {
|
||||
module.exports = {
|
||||
|
||||
projectName: 'adf',
|
||||
emailDomain: 'example.net',
|
||||
emailDomain: 'example.com',
|
||||
|
||||
appConfig: appConfig,
|
||||
|
||||
|
@ -33,7 +33,7 @@ export class UserModel {
|
||||
id: number;
|
||||
|
||||
constructor(details: any = {}) {
|
||||
const EMAIL_DOMAIN = browser.params?.testConfig?.emailDomain ? browser.params.testConfig.emailDomain : 'example.net';
|
||||
const EMAIL_DOMAIN = browser.params?.testConfig?.emailDomain ? browser.params.testConfig.emailDomain : 'example.com';
|
||||
this.firstName = details.firstName ? details.firstName : this.firstName;
|
||||
this.lastName = details.lastName ? details.lastName : this.lastName;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user