From 595c013351d08a68843cb5a5e3ff7f1c90e211c5 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 9 Jun 2022 19:44:38 +0530 Subject: [PATCH] test/ trigger Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/integration/test/explicitLogin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cypress/integration/test/explicitLogin.js b/scripts/cypress/integration/test/explicitLogin.js index 72b2687781..2cbda6ef6b 100644 --- a/scripts/cypress/integration/test/explicitLogin.js +++ b/scripts/cypress/integration/test/explicitLogin.js @@ -10,7 +10,6 @@ export const genTest = (apiType, dbType) => { before(() => { // loginPage.loginAndOpenProject(apiType, dbType); // open a table to work on views - // // cy.openTableTab('City'); });