SGP & MYS: update tel num setting in drink fail.
This commit is contained in:
parent
f2820dfe82
commit
a822ae0291
5 changed files with 35 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
9
inter/mys/xml/tel_num_script.ev
Normal file
9
inter/mys/xml/tel_num_script.ev
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
;inter-max-number
|
||||
If CountryName = "Malaysia" Then
|
||||
Var MaxNumber = 11
|
||||
Else
|
||||
Var MaxNumber = 10
|
||||
EndIf
|
||||
|
||||
DEBUGVAR CountryName
|
||||
DEBUGVAR MaxNumber
|
||||
Loading…
Add table
Add a link
Reference in a new issue