We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd5426 commit d86e890Copy full SHA for d86e890
1 file changed
module/ui/ui.py
@@ -558,6 +558,8 @@ def ui_additional(self):
558
# Login
559
if self.appear_then_click(LOGIN_CHECK, offset=(30, 30), interval=3):
560
return True
561
+ if self.appear_then_click(LOGIN_ANNOUNCE, offset=(30, 30), interval=3):
562
+ return True
563
564
# Mistaken click
565
if self.appear(EXERCISE_PREPARATION, interval=3):
0 commit comments