fix(task): 修复培育开始卡在选择支援卡上

This commit is contained in:
XcantloadX 2025-05-05 13:16:07 +08:00
parent 54e9bfc6e6
commit 8dc76e0f92
1 changed files with 1 additions and 1 deletions

View File

@ -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)