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'