From 8b81c9a63ba932a0a46bc3224c2f6eef22c782fa Mon Sep 17 00:00:00 2001 From: Serhy Date: Wed, 6 May 2020 17:41:39 +0300 Subject: [PATCH] Update e2e test to use simpledapp.eth Signed-off-by: Andrey Shovkoplyas --- test/appium/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appium/tests/__init__.py b/test/appium/tests/__init__.py index be63f5709e..1e2bc3e9e5 100644 --- a/test/appium/tests/__init__.py +++ b/test/appium/tests/__init__.py @@ -52,5 +52,5 @@ connection_not_secure_text = "Connection is not secure! " \ connection_is_secure_text = "Connection is secure. Make sure you really trust this site " \ "before signing transactions or entering personal data." -test_dapp_url = 'status-im.github.io/dapp' +test_dapp_url = 'simpledapp.eth' test_dapp_name = 'status-im.github.io'