AUS: update bug case void credit card from branch ausao

This commit is contained in:
Pakin 2025-01-09 09:09:06 +07:00
parent dcbe965a9d
commit d9d0d78e7e
2 changed files with 166 additions and 152 deletions

View file

@ -15,6 +15,12 @@
SAVELOG "AUS page_brewing3.lxml"
DEBUGVAR MachineStage
If CoffeeFreeEnable = "true" Then
Var RoadShow = "false"
EndIf
Var PictureFileTextDesctionState = "Enable"
@ -1337,11 +1343,13 @@
Var MachineState_Result = 1
EndIf
DEBUGVAR MachineStage
DEBUGVAR RoadShow
If MachineStage = "drink-failed" Then
If RoadShow = "true" Then
Open "ROOT/taobin_project/xml/page_back_to_error.xml"
Else
SAVELOG " drink-failed...."
Var MachineState_Result = 2
EndIf
EndIf
@ -1677,6 +1685,7 @@
DEBUGVAR MachineStage
DEBUGVAR RoadShow
If MachineStage = "drink-failed" Then
If RoadShow = "true" Then