Browse Source

(test) cypress: enable editor mode schema validation checks

Signed-off-by: Raju Udava <sivadstala@gmail.com>
pull/769/head
Raju Udava 3 years ago
parent
commit
69db59cd0d
  1. 1
      scripts/cypress/integration/common/5a_user_role.js

1
scripts/cypress/integration/common/5a_user_role.js

@ -109,7 +109,6 @@ export const genTest = (type, xcdb) => {
// Table data related validations // Table data related validations
// - Add/delete/modify row // - Add/delete/modify row
// //
if (roleType != 'editor')
_editData(roleType, false) _editData(roleType, false)
cy.wait(2000).then(() => { cy.wait(2000).then(() => {

Loading…
Cancel
Save