From 98a445de4188f060abd3e1d67dd26385b60a5385 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 28 Dec 2023 12:21:57 +0100 Subject: [PATCH] Fixup tests --- test/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.js b/test/test.js index 9367670..59892b0 100644 --- a/test/test.js +++ b/test/test.js @@ -214,6 +214,7 @@ describe('Application life cycle test', function () { it('logout', logout); it('can login', login.bind(null, username, password)); + it('can close account setup dialog', closeAccountSetupDialog); it('logout', logout); it('uninstall app', async function () {