[FIX #4296] Rename Recent Recipients to Contacts in Wallet
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
685e4d271e
commit
971d780c1c
|
@ -376,7 +376,7 @@
|
|||
:recipient "Recipient"
|
||||
:specify-recipient "Specify recipient..."
|
||||
:recipient-code "Enter recipient address"
|
||||
:recent-recipients "Recent recipients"
|
||||
:recent-recipients "Contacts"
|
||||
:to "To"
|
||||
:from "From"
|
||||
:data "Data"
|
||||
|
|
|
@ -85,7 +85,7 @@ class EnterRecipientAddressInput(BaseEditBox):
|
|||
class RecentRecipientsButton(BaseButton):
|
||||
def __init__(self, driver):
|
||||
super(RecentRecipientsButton, self).__init__(driver)
|
||||
self.locator = self.Locator.xpath_selector("//*[@text='Recent recipients']")
|
||||
self.locator = self.Locator.xpath_selector("//*[@text='Contacts']")
|
||||
|
||||
|
||||
class SelectAssetButton(BaseButton):
|
||||
|
|
Loading…
Reference in New Issue