SGP & MYS: update tel num setting in drink fail.

This commit is contained in:
Pakin 2024-05-13 09:49:39 +07:00
parent f2820dfe82
commit a822ae0291
5 changed files with 35 additions and 8 deletions

View file

@ -2080,6 +2080,11 @@
</Language>
</Button>
<EventUnitTest3>
; test drinkfail with phone number
Open "ROOT/taobin_project/xml/page_drinkfail2.xml"
</EventUnitTest3>
<EventUnitTest4>
; test drinkfail with phone number
Var TelephoneNumberProblem = "1234567890"

View file

@ -0,0 +1,9 @@
;inter-max-number
If CountryName = "Malaysia" Then
Var MaxNumber = 11
Else
Var MaxNumber = 10
EndIf
DEBUGVAR CountryName
DEBUGVAR MaxNumber