Browse Source

test: incorrect login removed

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3569/head
Raju Udava 2 years ago
parent
commit
87c8b2c6e0
  1. 2
      scripts/cypress/integration/common/3a_filter_sort_fields_operations.js

2
scripts/cypress/integration/common/3a_filter_sort_fields_operations.js

@ -7,7 +7,7 @@ export const genTest = (apiType, dbType) => {
describe(`${apiType.toUpperCase()} api - Filter, Fields, Sort`, () => {
before(() => {
loginPage.loginAndOpenProject(apiType, dbType);
// loginPage.loginAndOpenProject(apiType, dbType);
// open country table
cy.openTableTab("Country", 25);

Loading…
Cancel
Save