fix(task): 修复培育开始卡在选择支援卡上
This commit is contained in:
parent
54e9bfc6e6
commit
8dc76e0f92
|
@ -248,7 +248,7 @@ def do_produce(
|
|||
dialog.no()
|
||||
elif image.find(R.Common.ButtonNextNoIcon):
|
||||
device.click()
|
||||
elif image.find(R.Produce.TextStepIndicator2):
|
||||
if image.find(R.Produce.TextStepIndicator2):
|
||||
break
|
||||
# 2. 选择支援卡 自动编成 [screenshots/produce/screenshot_produce_start_2_support_card.png]
|
||||
image.expect_wait(R.Produce.TextStepIndicator2)
|
||||
|
|
Loading…
Reference in New Issue