summaryrefslogtreecommitdiff
path: root/tests/tst_smoke.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-02 13:22:07 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-02 19:31:54 +0200
commitac30c6954a55347677d04ad2d8485b8ce85c9a55 (patch)
tree8cacc84deafa7e25c3c7572d71f86fa1ac5b75cb /tests/tst_smoke.qml
parent7ef59391594be905f8340cb5fef2afe2c25ddba9 (diff)
[test] update ui smoke test, add it to ci
Diffstat (limited to 'tests/tst_smoke.qml')
-rw-r--r--tests/tst_smoke.qml4
1 files changed, 2 insertions, 2 deletions
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?")
}
}