收产物infra_notification改为ctap
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
This commit is contained in:
parent
d997a1df46
commit
4ab50a42a5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class TodoListSolver(BaseSolver):
|
|||
if self.success:
|
||||
return True
|
||||
if pos := self.find("infra_notification"):
|
||||
self.tap(pos)
|
||||
self.ctap(pos, 3)
|
||||
else:
|
||||
self.success = True
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue