fix retrieve passphrase
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
41d3fe17ea
commit
79a7a4dfbb
|
@ -188,7 +188,7 @@ class RecoveryPhraseTable(BaseText):
|
||||||
def __init__(self, driver):
|
def __init__(self, driver):
|
||||||
super(RecoveryPhraseTable, self).__init__(driver)
|
super(RecoveryPhraseTable, self).__init__(driver)
|
||||||
self.locator = self.Locator.xpath_selector(
|
self.locator = self.Locator.xpath_selector(
|
||||||
'//android.widget.FrameLayout/android.view.ViewGroup[3]/android.widget.TextView')
|
"//*[@text='Your recovery phrase']/following-sibling::android.view.ViewGroup[1]/android.widget.TextView")
|
||||||
|
|
||||||
|
|
||||||
class RecoveryPhraseWordNumberText(BaseText):
|
class RecoveryPhraseWordNumberText(BaseText):
|
||||||
|
|
Loading…
Reference in New Issue