Fixup tests

This commit is contained in:
Johannes Zellner 2023-12-28 12:21:57 +01:00
parent 633d8f793c
commit 98a445de41

View file

@ -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 () {