test/cypress: UI corrections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-04-27 14:06:40 +05:30
parent de8fd072ae
commit f220fb65bb

View File

@@ -214,7 +214,7 @@ export function _editComment(roleType, previewMode) {
// Rest: can create/edit
export function _viewMenu(roleType, previewMode) {
let columnName = "City";
let navDrawListCnt = 1;
let navDrawListCnt = 2;
// Download CSV
let actionsMenuItemsCnt = 1;
@@ -231,7 +231,7 @@ export function _viewMenu(roleType, previewMode) {
// Owner, Creator will have two navigation drawer (on each side of center panel)
if (roleType == "owner" || roleType == "creator") {
navDrawListCnt = 2;
navDrawListCnt = 3;
// Download CSV / Upload CSV / Shared View List / Webhook
actionsMenuItemsCnt = 4;
} else if (roleType == "editor") {