Browse Source

test/ trigger

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/2307/head
Raju Udava 2 years ago
parent
commit
595c013351
  1. 1
      scripts/cypress/integration/test/explicitLogin.js

1
scripts/cypress/integration/test/explicitLogin.js

@ -10,7 +10,6 @@ export const genTest = (apiType, dbType) => {
before(() => { before(() => {
// loginPage.loginAndOpenProject(apiType, dbType); // loginPage.loginAndOpenProject(apiType, dbType);
// open a table to work on views // open a table to work on views
//
// cy.openTableTab('City'); // cy.openTableTab('City');
}); });

Loading…
Cancel
Save