Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2021-12-17 14:42:31 +01:00
parent 36d96c6264
commit be79a8e54c
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class AssetCheckBox(CheckBox):
def click(self):
self.scroll_to_element(12)
self.click()
super().click()
class BackupRecoveryPhrase(Button):