add +33 to phone number
This commit is contained in:
@@ -184,7 +184,7 @@ class CommandorPage {
|
||||
if (!page.isClosed()) {
|
||||
if (!this.isPhoneInput) {
|
||||
await page.locator(PHONE_NUMBER).focus();
|
||||
await page.locator(PHONE_NUMBER).fill("0" + this.contact.phoneNumber);
|
||||
await page.locator(PHONE_NUMBER).fill("+33" + this.contact.phoneNumber);
|
||||
this.isPhoneInput = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user