diff --git a/test/taiko/apps.js b/test/taiko/apps.js
index 2ea9d8e8aaedea0b4b546ca4ca185cbdd16c37ff..8ce1cfe108b80e98ee67be422213b4f6c1ee880b 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) {