From e15bbaf31234fa584240c23965bb359c71d7f4b1 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Thu, 4 Nov 2021 15:28:14 +0100 Subject: [PATCH] fix taiko test --- test/taiko/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/taiko/apps.js b/test/taiko/apps.js index 7c4edda92..4545823dd 100644 --- a/test/taiko/apps.js +++ b/test/taiko/apps.js @@ -188,7 +188,7 @@ const assert = require('assert'); // Zulip if (taikoTests.includes('zulip') || taikoTests === 'all') { - const dashboardUrl = 'https://zulip.' + domain + const zulipUrl = 'https://zulip.' + domain console.log('• Zulip') await goto(zulipUrl) -- GitLab