From 7008aee88ef522af0277ca37667583e61d8fa445 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 6 Oct 2017 17:23:18 +0200 Subject: Test that we start into the account wizard --- tests/tst_applicationstart.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tst_applicationstart.qml b/tests/tst_applicationstart.qml index b5d7a396..16107ec0 100644 --- a/tests/tst_applicationstart.qml +++ b/tests/tst_applicationstart.qml @@ -31,8 +31,11 @@ TestCase { name: "ApplicationStart" Kube.Kube { + id: kube } - function test_stuff() { + function test_startToWizard() { + var accountWizard = findChild(kube, "accountWizard"); + verify(accountWizard.visible) } } -- cgit v1.2.3