From 234526400ce18c0d9d79ea43ffcb41f327ec54a8 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Tue, 19 Oct 2021 08:59:27 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- test/taiko/apps.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/taiko/apps.js b/test/taiko/apps.js index 2ea9d8e8a..8ce1cfe10 100644 --- a/test/taiko/apps.js +++ b/test/taiko/apps.js @@ -182,9 +182,6 @@ const assert = require('assert'); console.log('• Dashboard') await goto(dashboardUrl) - await click("Login") - await click('Login with OAS') - await assert.ok(await text('Log in to user-panel').exists()); } } catch (error) { -- GitLab