(self)
| 163 | self.fail(_("Wrong password")) |
| 164 | |
| 165 | def handle_captcha_errors(self): |
| 166 | if "Your choice was wrong" in self.data: |
| 167 | self.retry_captcha() |
| 168 | else: |
| 169 | self.captcha.correct() |
| 170 | |
| 171 | def handle_link_source(self, source_type): |
| 172 | if source_type == "cnl": |
no test coverage detected