From dc4dde697c6612d23f85f857cb1c5f91a6d3d413 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Fri, 30 Jul 2021 12:07:43 +0200 Subject: [PATCH] Add wekan taiko test --- test/taiko/apps.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/taiko/apps.js b/test/taiko/apps.js index 4f54d19a1..0393ce741 100644 --- a/test/taiko/apps.js +++ b/test/taiko/apps.js @@ -135,6 +135,15 @@ const assert = require('assert'); await click('Show logs') } + // Wekan + if (taikoTests.includes('wekan') || taikoTests === 'all') { + const wekanUrl = 'https://wekan.' + domain + + console.log('• Wekan') + await goto(wekanUrl) + await click("Sign In with Oidc") + } + } catch (error) { await screenshot() console.error(error) -- GitLab