ix request ETH in simple dapp
Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
parent
43075cc156
commit
6063134202
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue