From c2d2065219d947a329c93fb865ed2e0b3f4f0228 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 12 Aug 2021 14:19:31 +0200
Subject: [PATCH] Basic password app taiko test

---
 test/taiko/apps.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/taiko/apps.js b/test/taiko/apps.js
index 80069f27e..30efaaa23 100644
--- a/test/taiko/apps.js
+++ b/test/taiko/apps.js
@@ -64,6 +64,10 @@ const assert = require('assert');
       await waitFor(5000)
       await press('Escape')
 
+      // Test password app
+      await click('Passwords')
+      await waitFor(async () => (await text("Handbook").isVisible()), globalTimeout)
+
       // Test if calendar app is enabled
       await click('Calendar')
       await waitFor(async () => (await text("Settings & Import").isVisible()), globalTimeout)
-- 
GitLab