Browse Source

test: cypress- menu validation disabled for base share view

Signed-off-by: Raju Udava <sivadstala@gmail.com>
pull/765/head
Raju Udava 3 years ago
parent
commit
10185f7175
  1. 4
      scripts/cypress/integration/common/6g_base_share.js

4
scripts/cypress/integration/common/6g_base_share.js

@ -63,7 +63,9 @@ export const genTest = (type, xcdb) => {
_editData(roleType, false)
_editComment(roleType, false)
_viewMenu(roleType, false)
_topRightMenu(roleType, false)
// disabled for share base
// _topRightMenu(roleType, false)
})
})
}

Loading…
Cancel
Save