From ac30c6954a55347677d04ad2d8485b8ce85c9a55 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 2 Oct 2020 13:22:07 +0200 Subject: [test] update ui smoke test, add it to ci --- tests/tst_smoke.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tst_smoke.qml') diff --git a/tests/tst_smoke.qml b/tests/tst_smoke.qml index 19904a6..7cb2cd4 100644 --- a/tests/tst_smoke.qml +++ b/tests/tst_smoke.qml @@ -21,8 +21,8 @@ TestCase { function test_loadCtx() { refresh() - compare(ctx.appName, "RiseupVPN", "can read appName?") - compare(ctx.tosURL, "https://riseup.net/tos", "can read tosURL?") + compare(ctx.appName, "DemoLibVPN", "can read appName?") + compare(ctx.tosURL, "https://libraryvpn.org/", "can read tosURL?") compare(ctx.status, "off", "is initial status off?") } } -- cgit v1.2.3