From f220fb65bb929ea764ad5da89763328a2e5c9a0e Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:06:40 +0530 Subject: [PATCH] test/cypress: UI corrections Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/cypress/integration/spec/roleValidation.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cypress/integration/spec/roleValidation.spec.js b/scripts/cypress/integration/spec/roleValidation.spec.js index e4412d015e..de509a4b07 100644 --- a/scripts/cypress/integration/spec/roleValidation.spec.js +++ b/scripts/cypress/integration/spec/roleValidation.spec.js @@ -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") {