Update SimplDapp in e2e to use github url

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2019-04-17 17:52:33 +03:00
parent 78a1b025ac
commit d5f8853b81
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class TestDeepLinks(SingleDeviceTestCase):
sign_in_view = SignInView(self.driver)
sign_in_view.create_user()
self.driver.close_app()
dapp_name = 'simpledapp.eth'
dapp_name = 'status-im.github.io/dapp'
dapp_deep_link = 'https://get.status.im/browse/%s' % dapp_name
sign_in_view.open_weblink_and_login(dapp_deep_link)
web_view = sign_in_view.get_chat_view()

View File

@ -200,7 +200,7 @@ class HomeView(BaseView):
def open_status_test_dapp(self, allow_all=True):
dapp_view = self.dapp_tab_button.click()
dapp_view.open_url('simpledapp.eth')
dapp_view.open_url('status-im.github.io/dapp')
status_test_dapp = dapp_view.get_status_test_dapp_view()
for _ in range(2):
if allow_all: