ix request ETH in simple dapp

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2018-11-07 13:57:13 +02:00
parent 43075cc156
commit 6063134202
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class AssetsButton(BaseButton):
class RequestETHButton(BaseButton):
def __init__(self, driver):
super(AssetsButton.RequestETHButton, self).__init__(driver)
self.locator = self.Locator.webview_selector('Ropsten ETH')
self.locator = self.Locator.webview_selector('Request Ropsten ETH')
class RequestSTTButton(BaseButton):
def __init__(self, driver):