e2e: fix
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
36d96c6264
commit
be79a8e54c
|
@ -20,7 +20,7 @@ class AssetCheckBox(CheckBox):
|
||||||
|
|
||||||
def click(self):
|
def click(self):
|
||||||
self.scroll_to_element(12)
|
self.scroll_to_element(12)
|
||||||
self.click()
|
super().click()
|
||||||
|
|
||||||
|
|
||||||
class BackupRecoveryPhrase(Button):
|
class BackupRecoveryPhrase(Button):
|
||||||
|
|
Loading…
Reference in New Issue