update account creation fileds
This commit is contained in:
@@ -19,14 +19,29 @@ describe('Company signup API', () => {
|
||||
email: uniqueEmail('trial-owner'),
|
||||
password: 'Password123!',
|
||||
companyName: `Trial Cars ${Date.now()}`,
|
||||
legalName: `Trial Cars SARL ${Date.now()}`,
|
||||
legalForm: 'LLC',
|
||||
registrationNumber: `REG-${Date.now()}`,
|
||||
iceNumber: `ICE-${Date.now()}`,
|
||||
taxId: `IF-${Date.now()}`,
|
||||
operatingLicenseNumber: `AGR-${Date.now()}`,
|
||||
operatingLicenseIssuedAt: '2026-01-15',
|
||||
operatingLicenseIssuedBy: 'Wilaya de Casablanca',
|
||||
streetAddress: '123 Main Street',
|
||||
city: 'Casablanca',
|
||||
country: 'Morocco',
|
||||
zipCode: '20000',
|
||||
companyPhone: '+212600000000',
|
||||
companyEmail: uniqueEmail('trial-company'),
|
||||
yearsActive: '1',
|
||||
representativeName: 'Trial Representative',
|
||||
representativeTitle: 'Managing Director',
|
||||
responsibleName: 'Operations Lead',
|
||||
responsibleRole: 'Responsible Manager',
|
||||
responsibleIdentityNumber: `CIN-${Date.now()}`,
|
||||
responsibleQualification: '10 years fleet operations experience',
|
||||
responsiblePhone: '+212611111111',
|
||||
responsibleEmail: uniqueEmail('trial-responsible'),
|
||||
preferredLanguage: 'en',
|
||||
plan: 'STARTER',
|
||||
billingPeriod: 'MONTHLY',
|
||||
|
||||
Reference in New Issue
Block a user